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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
e112b98c
Commit
e112b98c
authored
Aug 22, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into ce-to-ee-2018-08-22
parents
0586a60b
22706acf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+1
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-1
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+2
-2
ee/app/assets/stylesheets/pages/epics.scss
ee/app/assets/stylesheets/pages/epics.scss
+1
-1
ee/app/assets/stylesheets/pages/geo_nodes.scss
ee/app/assets/stylesheets/pages/geo_nodes.scss
+3
-3
No files found.
app/assets/stylesheets/pages/groups.scss
View file @
e112b98c
...
...
@@ -187,7 +187,7 @@
.card
{
.shared_runners_limit_under_quota
{
color
:
$g
l-success
;
color
:
$g
reen-500
;
}
.shared_runners_limit_over_quota
{
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
e112b98c
...
...
@@ -946,7 +946,7 @@
&
.focus
,
&
.focus
:hover
{
border-color
:
$blue-300
;
box-shadow
:
0
0
4px
$
search-input-focus-shadow-color
;
box-shadow
:
0
0
4px
$
dropdown-input-focus-shadow
;
}
}
...
...
app/assets/stylesheets/pages/milestone.scss
View file @
e112b98c
...
...
@@ -400,7 +400,7 @@
fill
:
none
;
&
.actual
{
stroke
:
$g
l-success
;
stroke
:
$g
reen-500
;
}
&
.ideal
{
...
...
@@ -412,7 +412,7 @@
.focus
{
circle
{
fill
:
$white-light
;
stroke
:
$g
l-success
;
stroke
:
$g
reen-500
;
stroke-width
:
2px
;
}
}
...
...
ee/app/assets/stylesheets/pages/epics.scss
View file @
e112b98c
...
...
@@ -12,7 +12,7 @@
}
.date-warning-icon
{
color
:
$
gl-warning
;
color
:
$
orange-500
;
margin-top
:
-1px
;
}
...
...
ee/app/assets/stylesheets/pages/geo_nodes.scss
View file @
e112b98c
...
...
@@ -29,7 +29,7 @@
}
.geo-node-healthy
{
color
:
$g
l-success
;
color
:
$g
reen-500
;
}
.geo-node-unhealthy
{
...
...
@@ -54,7 +54,7 @@
}
.status-icon-warning
{
fill
:
$
gl-warning
;
fill
:
$
orange-500
;
}
.status-icon-failure
{
...
...
@@ -112,7 +112,7 @@
}
.detail-value-stale-icon
{
color
:
$
gl-warning
;
color
:
$
orange-500
;
}
.node-detail-value-bold
{
...
...
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