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
0e7c65f6
Commit
0e7c65f6
authored
Jul 24, 2020
by
Jeremy Elder
Committed by
Ezekiel Kigbo
Jul 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace $gray-300 value, replace usages with $gray-200
parent
38640295
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
7 deletions
+12
-7
app/assets/stylesheets/components/dashboard_skeleton.scss
app/assets/stylesheets/components/dashboard_skeleton.scss
+1
-1
app/assets/stylesheets/framework/stacked_progress_bar.scss
app/assets/stylesheets/framework/stacked_progress_bar.scss
+1
-1
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+1
-1
ee/app/assets/stylesheets/components/deployment_instance.scss
...pp/assets/stylesheets/components/deployment_instance.scss
+1
-1
ee/app/assets/stylesheets/pages/promotions.scss
ee/app/assets/stylesheets/pages/promotions.scss
+1
-1
ee/changelogs/unreleased/224118-replace-gray-300-value-replace-usages-with-gray-200-2.yml
...replace-gray-300-value-replace-usages-with-gray-200-2.yml
+5
-0
No files found.
app/assets/stylesheets/components/dashboard_skeleton.scss
View file @
0e7c65f6
...
...
@@ -33,7 +33,7 @@
height
:
$gl-padding-32
;
&
-arrow
{
color
:
$gray-
3
00
;
color
:
$gray-
2
00
;
}
&
-downstream
{
...
...
app/assets/stylesheets/framework/stacked_progress_bar.scss
View file @
0e7c65f6
...
...
@@ -40,7 +40,7 @@
color
:
$gl-gray-dark
;
&
:hover
{
background-color
:
$gray-
3
00
;
background-color
:
$gray-
2
00
;
}
}
...
...
app/assets/stylesheets/framework/typography.scss
View file @
0e7c65f6
...
...
@@ -187,7 +187,7 @@
tr
{
th
{
border-bottom
:
solid
2px
$gray-
3
00
;
border-bottom
:
solid
2px
$gray-
2
00
;
}
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
0e7c65f6
...
...
@@ -165,7 +165,7 @@ $gray-10: #fafafa !default;
$gray-50
:
#f0f0f0
!
default
;
$gray-100
:
#dbdbdb
!
default
;
$gray-200
:
#bfbfbf
!
default
;
$gray-300
:
#
ccc
!
default
;
$gray-300
:
#
999
!
default
;
$gray-400
:
#bababa
!
default
;
$gray-500
:
#a7a7a7
!
default
;
$gray-600
:
#919191
!
default
;
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
0e7c65f6
...
...
@@ -809,7 +809,7 @@
&
.ci-status-icon-created
,
&
.ci-status-icon-skipped
{
@include
mini-pipeline-graph-color
(
$white
,
$gray-100
,
$gray-
3
00
,
$gray-500
,
$gray-600
,
$gray-700
);
@include
mini-pipeline-graph-color
(
$white
,
$gray-100
,
$gray-
2
00
,
$gray-500
,
$gray-600
,
$gray-700
);
}
}
...
...
ee/app/assets/stylesheets/components/deployment_instance.scss
View file @
0e7c65f6
...
...
@@ -48,7 +48,7 @@
}
&
-pending
{
background-color
:
$gray-
3
00
;
background-color
:
$gray-
2
00
;
border-color
:
$gray-700
;
&
.link
:hover
{
...
...
ee/app/assets/stylesheets/pages/promotions.scss
View file @
0e7c65f6
...
...
@@ -237,7 +237,7 @@
.carousel-indicators
{
li
{
background-color
:
$gray-
3
00
;
background-color
:
$gray-
2
00
;
width
:
8px
;
height
:
8px
;
border-radius
:
100%
;
...
...
ee/changelogs/unreleased/224118-replace-gray-300-value-replace-usages-with-gray-200-2.yml
0 → 100644
View file @
0e7c65f6
---
title
:
Replace $gray-300 hex value, remap usages to $gray-200
merge_request
:
37586
author
:
type
:
other
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