summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-08-03 17:54:12 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-03 17:54:12 +0000
commit8b7f4a6a2cc2e4d68b0e55f4110b848b408ccae9 (patch)
tree3787d5ab6747ccedeb13a67cf5402861697f3d95 /app/assets/stylesheets/framework/dropdowns.scss
parent080cd74a374f5c6b0ed5d718f04f1d2c90fe864f (diff)
downloadgitlab-ce-8b7f4a6a2cc2e4d68b0e55f4110b848b408ccae9.tar.gz
Use mixin for new dropdown style
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 572203bce34..89dd99831e4 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -725,7 +725,8 @@
// TODO: change global style and remove mixin
@mixin new-style-dropdown {
- .dropdown-menu {
+ .dropdown-menu,
+ .dropdown-menu-nav {
li {
padding: 0 1px;
@@ -766,4 +767,8 @@
}
}
}
+
+ .dropdown-menu-align-right {
+ margin-top: 2px;
+ }
}