Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
acc4b73c
Commit
acc4b73c
authored
Dec 14, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate color variable
parent
98a12e53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+0
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+7
-4
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
acc4b73c
...
@@ -578,4 +578,3 @@ Pipeline Graph
...
@@ -578,4 +578,3 @@ Pipeline Graph
*/
*/
$stage-hover-bg
:
#eaf3fc
;
$stage-hover-bg
:
#eaf3fc
;
$stage-hover-border
:
#d1e7fc
;
$stage-hover-border
:
#d1e7fc
;
$stage-badge-text
:
#e5e5e5
;
app/assets/stylesheets/pages/pipelines.scss
View file @
acc4b73c
...
@@ -603,10 +603,9 @@
...
@@ -603,10 +603,9 @@
.dropdown-counter-badge
{
.dropdown-counter-badge
{
float
:
right
;
float
:
right
;
color
:
$
stage-badge-text
;
color
:
$
border-color
;
font-weight
:
100
;
font-weight
:
100
;
font-size
:
15px
;
font-size
:
15px
;
margin-top
:
1px
;
margin-right
:
2px
;
margin-right
:
2px
;
}
}
...
@@ -687,6 +686,10 @@
...
@@ -687,6 +686,10 @@
height
:
18px
;
height
:
18px
;
width
:
18px
;
width
:
18px
;
}
}
.ci-status-text
{
max-width
:
95px
;
}
}
}
}
}
}
}
...
@@ -697,9 +700,9 @@
...
@@ -697,9 +700,9 @@
margin-top
:
-4px
;
margin-top
:
-4px
;
i
{
i
{
color
:
$
stage-badge-text
;
color
:
$
border-color
;
border-radius
:
100%
;
border-radius
:
100%
;
border
:
1px
solid
$
stage-badge-text
;
border
:
1px
solid
$
border-color
;
padding
:
5px
6px
;
padding
:
5px
6px
;
font-size
:
13px
;
font-size
:
13px
;
background
:
$white-light
;
background
:
$white-light
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment