summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-09 15:19:41 +0200
committerWinnie Hellmann <winnie@gitlab.com>2017-12-08 11:56:04 +0100
commit2ff4037878c4bf16db08b3758b689b5ae124fe88 (patch)
treea3dcee755f2b084856892a54f034ef7b32afeac6
parent4a12df3aaa1f0cd1b3f9f4aa252e9c494001ec82 (diff)
downloadgitlab-ce-2ff4037878c4bf16db08b3758b689b5ae124fe88.tar.gz
Make new .dropdown-menu-align-right style global
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index c37db085944..232673fd5c3 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -480,7 +480,7 @@
.dropdown-menu-align-right {
left: auto;
right: 0;
- margin-top: -5px;
+ margin-top: 2px;
}
.dropdown-menu-selectable {
@@ -757,9 +757,7 @@
// TODO: change global style and remove mixin
@mixin new-style-dropdown($selector: '') {
- #{$selector}.dropdown-menu-align-right {
- margin-top: 2px;
- }
+
}
@media (max-width: $screen-xs-max) {