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:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-07 18:20:54 +0300
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-07 18:20:54 +0300
commit2abc531653e52f205c190be5ecd4a928b5482d5f (patch)
treebb75fcedb5cfe7f59a6c7f7f8a5da2e41887e18e /app/assets
parenta01c815db28c888e2f5246c05f4da349d6dfc4f3 (diff)
parente3a59a931aae7601da370addce5ae37fd2888516 (diff)
Merge branch '47484-performance-bar-select-box-has-wrong-text-colour' into 'master'
Resolve "Performance bar select box has wrong text colour" See merge request gitlab-org/gitlab-ce!19523
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/performance_bar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/performance_bar.scss b/app/assets/stylesheets/performance_bar.scss
index 06ef58531d7..8cdf2275551 100644
--- a/app/assets/stylesheets/performance_bar.scss
+++ b/app/assets/stylesheets/performance_bar.scss
@@ -15,6 +15,7 @@
color: $perf-bar-text;
select {
+ color: $perf-bar-text;
width: 200px;
}