From e3a59a931aae7601da370addce5ae37fd2888516 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Thu, 7 Jun 2018 11:59:55 +0100 Subject: [PATCH] Fix text colour in performance bar request selector --- app/assets/stylesheets/performance_bar.scss | 1 + 1 file changed, 1 insertion(+) 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; } -- GitLab