Commit 244ac208 authored by Winnie Hellmann's avatar Winnie Hellmann

Make new dropdown <li> style global

parent f85d7000
...@@ -261,9 +261,10 @@ ...@@ -261,9 +261,10 @@
} }
li { li {
display: block;
text-align: left; text-align: left;
list-style: none; list-style: none;
padding: 0 10px; padding: 0 1px;
a, a,
button, button,
...@@ -338,7 +339,6 @@ ...@@ -338,7 +339,6 @@
} }
.dropdown-menu li { .dropdown-menu li {
padding: $gl-btn-padding;
cursor: pointer; cursor: pointer;
&.droplab-item-active button { &.droplab-item-active button {
...@@ -357,12 +357,6 @@ ...@@ -357,12 +357,6 @@
} }
} }
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
}
&.droplab-item-selected i { &.droplab-item-selected i {
visibility: visible; visibility: visible;
} }
...@@ -765,15 +759,6 @@ ...@@ -765,15 +759,6 @@
#{$selector}.dropdown-menu-nav { #{$selector}.dropdown-menu-nav {
margin-bottom: 24px; margin-bottom: 24px;
li {
display: block;
padding: 0 1px;
&:hover {
background-color: transparent;
}
}
&.dropdown-menu-selectable { &.dropdown-menu-selectable {
li { li {
a { a {
......
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