summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-09 13:27:36 +0200
committerWinnie Hellmann <winnie@gitlab.com>2017-12-08 11:56:04 +0100
commit0fd735aaf2c4a9ad12f6f6fc0a672a060755a785 (patch)
treed5c868d5850e82ff67a907f43f013a459d634457
parente9a6a5cb726d46f477595071dae8788cb3d8176f (diff)
downloadgitlab-ce-0fd735aaf2c4a9ad12f6f6fc0a672a060755a785.tar.gz
Make new .dropdown-header style global
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 29cf1c25e8b..28cf9740d8e 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -270,7 +270,7 @@
color: $gl-text-color-secondary;
font-size: 13px;
line-height: 22px;
- padding: 0 16px;
+ padding: 8px 16px;
}
&.capitalize-header .dropdown-header {
@@ -285,7 +285,7 @@
.separator + .dropdown-header,
.separator + .dropdown-bold-header {
- padding-top: 2px;
+ padding-top: 10px;
}
.unclickable {
@@ -756,10 +756,6 @@
background-color: transparent;
}
- &.dropdown-header {
- padding: 8px 16px;
- }
-
&.droplab-item-active button {
@include dropdown-item-hover;
}