Commit 0e7c65f6 authored by Jeremy Elder's avatar Jeremy Elder Committed by Ezekiel Kigbo

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

parent 38640295
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
height: $gl-padding-32; height: $gl-padding-32;
&-arrow { &-arrow {
color: $gray-300; color: $gray-200;
} }
&-downstream { &-downstream {
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
color: $gl-gray-dark; color: $gl-gray-dark;
&:hover { &:hover {
background-color: $gray-300; background-color: $gray-200;
} }
} }
......
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
tr { tr {
th { th {
border-bottom: solid 2px $gray-300; border-bottom: solid 2px $gray-200;
} }
} }
......
...@@ -165,7 +165,7 @@ $gray-10: #fafafa !default; ...@@ -165,7 +165,7 @@ $gray-10: #fafafa !default;
$gray-50: #f0f0f0 !default; $gray-50: #f0f0f0 !default;
$gray-100: #dbdbdb !default; $gray-100: #dbdbdb !default;
$gray-200: #bfbfbf !default; $gray-200: #bfbfbf !default;
$gray-300: #ccc !default; $gray-300: #999 !default;
$gray-400: #bababa !default; $gray-400: #bababa !default;
$gray-500: #a7a7a7 !default; $gray-500: #a7a7a7 !default;
$gray-600: #919191 !default; $gray-600: #919191 !default;
......
...@@ -809,7 +809,7 @@ ...@@ -809,7 +809,7 @@
&.ci-status-icon-created, &.ci-status-icon-created,
&.ci-status-icon-skipped { &.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 @@ ...@@ -48,7 +48,7 @@
} }
&-pending { &-pending {
background-color: $gray-300; background-color: $gray-200;
border-color: $gray-700; border-color: $gray-700;
&.link:hover { &.link:hover {
......
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
.carousel-indicators { .carousel-indicators {
li { li {
background-color: $gray-300; background-color: $gray-200;
width: 8px; width: 8px;
height: 8px; height: 8px;
border-radius: 100%; 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