Commit 0fd735aa authored by Winnie Hellmann's avatar Winnie Hellmann

Make new .dropdown-header style global

parent e9a6a5cb
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
font-size: 13px; font-size: 13px;
line-height: 22px; line-height: 22px;
padding: 0 16px; padding: 8px 16px;
} }
&.capitalize-header .dropdown-header { &.capitalize-header .dropdown-header {
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
.separator + .dropdown-header, .separator + .dropdown-header,
.separator + .dropdown-bold-header { .separator + .dropdown-bold-header {
padding-top: 2px; padding-top: 10px;
} }
.unclickable { .unclickable {
...@@ -756,10 +756,6 @@ ...@@ -756,10 +756,6 @@
background-color: transparent; background-color: transparent;
} }
&.dropdown-header {
padding: 8px 16px;
}
&.droplab-item-active button { &.droplab-item-active button {
@include dropdown-item-hover; @include dropdown-item-hover;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment