Commit fdafee70 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '224118-replace-gray-300-value-replace-usages-with-gray-200-2' into 'master'

Replace $gray-300 value, replace usages with $gray-200

Closes #224118

See merge request gitlab-org/gitlab!37586
parents 72a4673b 0e7c65f6
......@@ -33,7 +33,7 @@
height: $gl-padding-32;
&-arrow {
color: $gray-300;
color: $gray-200;
}
&-downstream {
......
......@@ -40,7 +40,7 @@
color: $gl-gray-dark;
&:hover {
background-color: $gray-300;
background-color: $gray-200;
}
}
......
......@@ -187,7 +187,7 @@
tr {
th {
border-bottom: solid 2px $gray-300;
border-bottom: solid 2px $gray-200;
}
}
......
......@@ -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;
......
......@@ -809,7 +809,7 @@
&.ci-status-icon-created,
&.ci-status-icon-skipped {
@include mini-pipeline-graph-color($white, $gray-100, $gray-300, $gray-500, $gray-600, $gray-700);
@include mini-pipeline-graph-color($white, $gray-100, $gray-200, $gray-500, $gray-600, $gray-700);
}
}
......
......@@ -48,7 +48,7 @@
}
&-pending {
background-color: $gray-300;
background-color: $gray-200;
border-color: $gray-700;
&.link:hover {
......
......@@ -237,7 +237,7 @@
.carousel-indicators {
li {
background-color: $gray-300;
background-color: $gray-200;
width: 8px;
height: 8px;
border-radius: 100%;
......
---
title: Replace $gray-300 hex value, remap usages to $gray-200
merge_request: 37586
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment