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
This commit is contained in:
Annabel Gray 2018-06-07 15:20:54 +00:00
commit 2abc531653

View file

@ -15,6 +15,7 @@
color: $perf-bar-text;
select {
color: $perf-bar-text;
width: 200px;
}