Commit bb133ff7 authored by Winnie Hellmann's avatar Winnie Hellmann

Make new .dropdown-menu-selectable style global

parent 244ac208
...@@ -484,8 +484,9 @@ ...@@ -484,8 +484,9 @@
} }
.dropdown-menu-selectable { .dropdown-menu-selectable {
li {
a { a {
padding-left: 26px; padding: 8px 40px;
position: relative; position: relative;
&.is-indeterminate, &.is-indeterminate,
...@@ -494,7 +495,7 @@ ...@@ -494,7 +495,7 @@
&::before { &::before {
position: absolute; position: absolute;
left: 6px; left: 16px;
top: 16px; top: 16px;
transform: translateY(-50%); transform: translateY(-50%);
font: normal normal normal 14px/1 FontAwesome; font: normal normal normal 14px/1 FontAwesome;
...@@ -519,6 +520,7 @@ ...@@ -519,6 +520,7 @@
content: "\f00c"; content: "\f00c";
} }
} }
}
} }
...@@ -758,19 +760,6 @@ ...@@ -758,19 +760,6 @@
#{$selector}.dropdown-menu, #{$selector}.dropdown-menu,
#{$selector}.dropdown-menu-nav { #{$selector}.dropdown-menu-nav {
margin-bottom: 24px; margin-bottom: 24px;
&.dropdown-menu-selectable {
li {
a {
padding: 8px 40px;
&.is-indeterminate::before,
&.is-active::before {
left: 16px;
}
}
}
}
} }
#{$selector}.dropdown-menu-align-right { #{$selector}.dropdown-menu-align-right {
......
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