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/stacked_progress_bar.scss')
-rw-r--r--app/assets/stylesheets/framework/stacked_progress_bar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/stacked_progress_bar.scss b/app/assets/stylesheets/framework/stacked_progress_bar.scss
index 2d16fdf4ee7..a3037549881 100644
--- a/app/assets/stylesheets/framework/stacked_progress_bar.scss
+++ b/app/assets/stylesheets/framework/stacked_progress_bar.scss
@@ -24,7 +24,7 @@
.status-unavailable {
padding: 0 10px;
- color: $gray-700;
+ color: $gray-500;
}
.status-green {
@@ -40,7 +40,7 @@
color: $gl-gray-dark;
&:hover {
- background-color: $gray-300;
+ background-color: $gray-200;
}
}