summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-02-23 12:07:14 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-02-23 12:07:14 +0000
commitb323e4dcf1a3198eda1a1657cb35dc914352706f (patch)
treee6beb4cd12226250624895f7224630b1ff6594c9 /app/assets/stylesheets/framework/common.scss
parent884094a77e19b225345b028e64a5355747e716dd (diff)
parent8f5e1b9fb5d377778a0254869e2129a70c2cf7ec (diff)
downloadgitlab-ce-b323e4dcf1a3198eda1a1657cb35dc914352706f.tar.gz
Merge branch 'issue_11874' into 'master'
Fixes dropdown appearance and makes it look accordingly to current design Fixes #11874 See merge request !2920
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 0ddbf612543..8f753f581bb 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -56,6 +56,10 @@ hr {
margin: $gl-padding 0;
}
+.dropdown-menu {
+ margin: 6px 0 0;
+}
+
.dropdown-menu > li > a {
text-shadow: none;
}