summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-15 14:07:56 +0200
committerwinh <winnie@gitlab.com>2017-08-30 10:04:58 +0200
commitf55b14d8ad8bc52a8238be0fc23f819bf73dc68f (patch)
treea62eb39ba16b26bb636be6ae192c4a0413a9883b
parent499b640679c0dca5b5d93da945da0ca26db8e58e (diff)
downloadgitlab-ce-winh-profile-settings-dropdowns.tar.gz
Make profile settings dropdown consistentwinh-profile-settings-dropdowns
-rw-r--r--app/assets/stylesheets/framework/selects.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index 9fccc68b5b6..8018eb8ba84 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -268,6 +268,7 @@
// TODO: change global style
.ajax-project-dropdown,
body[data-page="projects:blob:new"] #select2-drop,
+body[data-page="profiles:show"] #select2-drop,
body[data-page="projects:blob:edit"] #select2-drop {
&.select2-drop {
color: $gl-text-color;