BigW Consortium Gitlab

Commit bb133ff7 by Winnie Hellmann

Make new .dropdown-menu-selectable style global

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