Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/icons.scss')
-rw-r--r--app/assets/stylesheets/framework/icons.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss
index 9ae313db4c1..ec0755b1614 100644
--- a/app/assets/stylesheets/framework/icons.scss
+++ b/app/assets/stylesheets/framework/icons.scss
@@ -34,11 +34,11 @@
.ci-status-icon-preparing {
svg {
- fill: $gray-500;
+ fill: $gray-300;
}
&.add-border {
- @include borderless-status-icon($gray-500);
+ @include borderless-status-icon($gray-300);
}
}
@@ -98,5 +98,5 @@
display: flex;
align-items: center;
justify-content: center;
- color: $gray-700;
+ color: $gray-500;
}