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
2f784593
Commit
2f784593
authored
Jan 11, 2019
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}` in ee folder
parent
de83fee1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
ee/app/assets/stylesheets/framework/sortable.scss
ee/app/assets/stylesheets/framework/sortable.scss
+1
-1
ee/app/assets/stylesheets/pages/geo_nodes.scss
ee/app/assets/stylesheets/pages/geo_nodes.scss
+2
-2
ee/app/assets/stylesheets/pages/roadmap.scss
ee/app/assets/stylesheets/pages/roadmap.scss
+5
-5
No files found.
ee/app/assets/stylesheets/framework/sortable.scss
View file @
2f784593
...
...
@@ -27,7 +27,7 @@
&
:hover
{
cursor
:
pointer
;
background-color
:
$
theme-
gray-100
;
background-color
:
$gray-100
;
}
&
:focus
{
...
...
ee/app/assets/stylesheets/pages/geo_nodes.scss
View file @
2f784593
...
...
@@ -37,7 +37,7 @@
}
.geo-node-offline
{
color
:
$
theme-
gray-950
;
color
:
$gray-950
;
}
.geo-node-disabled
{
...
...
@@ -96,7 +96,7 @@
.detail-section-item
,
.section-items-container
{
.node-detail-title
{
color
:
$
theme-
gray-700
;
color
:
$gray-700
;
.node-detail-help-text
{
color
:
$blue-600
;
...
...
ee/app/assets/stylesheets/pages/roadmap.scss
View file @
2f784593
...
...
@@ -141,11 +141,11 @@ $column-right-gradient: linear-gradient(
.item-label
,
.item-sublabel
.sublabel-value
{
color
:
$
theme-
gray-600
;
color
:
$gray-600
;
font-weight
:
400
;
&
.label-dark
{
color
:
$
theme-
gray-900
;
color
:
$gray-900
;
}
&
.label-bold
{
...
...
@@ -209,7 +209,7 @@ $column-right-gradient: linear-gradient(
&
:hover
{
.epic-details-cell
,
.epic-timeline-cell
{
background-color
:
$
theme-
gray-100
;
background-color
:
$gray-100
;
}
}
...
...
@@ -258,7 +258,7 @@ $column-right-gradient: linear-gradient(
.epic-url
{
display
:
table-cell
;
color
:
$
theme-
gray-900
;
color
:
$gray-900
;
font-weight
:
600
;
white-space
:
nowrap
;
overflow
:
hidden
;
...
...
@@ -267,7 +267,7 @@ $column-right-gradient: linear-gradient(
}
.epic-group-timeframe
{
color
:
$
theme-
gray-700
;
color
:
$gray-700
;
width
:
100%
;
white-space
:
nowrap
;
overflow
:
hidden
;
...
...
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