summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-06-07 11:59:55 +0100
committerSean McGivern <sean@gitlab.com>2018-06-07 15:42:06 +0100
commite3a59a931aae7601da370addce5ae37fd2888516 (patch)
tree938ae8b9218f25da66d4961c0c40aa13dbf81196
parent95b3e51f117167d48ba04f2dcef6922aff885617 (diff)
downloadgitlab-ce-e3a59a931aae7601da370addce5ae37fd2888516.tar.gz
Fix text colour in performance bar request selector
-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;
}