summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-31 07:48:42 +0000
committerPhil Hughes <me@iamphill.com>2017-08-31 07:48:42 +0000
commitdc6f8e1ad123957c72a158f7b3d262b0456ef737 (patch)
tree3dc0747964962051708091ff2947a8dad6b3a059
parentc36c80bb9184de5b84232b6c219d7e67ed06d667 (diff)
parented95119c80af53ae94f71b7221bc1b159f9b3c5b (diff)
downloadgitlab-ce-dc6f8e1ad123957c72a158f7b3d262b0456ef737.tar.gz
Merge branch 'winh-namespace-select-dropdown' into 'master'
Make namespace select dropdowns consistent See merge request !13626
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 1024295bbd6..5871383a57b 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -797,3 +797,5 @@
margin-top: 2px;
}
}
+
+@include new-style-dropdown('.js-namespace-select + ');