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:
authorSean McGivern <sean@gitlab.com>2018-06-07 13:59:55 +0300
committerSean McGivern <sean@gitlab.com>2018-06-07 17:42:06 +0300
commite3a59a931aae7601da370addce5ae37fd2888516 (patch)
tree938ae8b9218f25da66d4961c0c40aa13dbf81196 /app/assets
parent95b3e51f117167d48ba04f2dcef6922aff885617 (diff)
Fix text colour in performance bar request selector
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;
}