Make new dropdown <li> style global
This commit is contained in:
parent
f85d700081
commit
244ac20814
1 changed files with 2 additions and 17 deletions
|
@ -261,9 +261,10 @@
|
|||
}
|
||||
|
||||
li {
|
||||
display: block;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
padding: 0 10px;
|
||||
padding: 0 1px;
|
||||
|
||||
a,
|
||||
button,
|
||||
|
@ -338,7 +339,6 @@
|
|||
}
|
||||
|
||||
.dropdown-menu li {
|
||||
padding: $gl-btn-padding;
|
||||
cursor: pointer;
|
||||
|
||||
&.droplab-item-active button {
|
||||
|
@ -357,12 +357,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: $dropdown-hover-color;
|
||||
color: $white-light;
|
||||
}
|
||||
|
||||
&.droplab-item-selected i {
|
||||
visibility: visible;
|
||||
}
|
||||
|
@ -765,15 +759,6 @@
|
|||
#{$selector}.dropdown-menu-nav {
|
||||
margin-bottom: 24px;
|
||||
|
||||
li {
|
||||
display: block;
|
||||
padding: 0 1px;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
&.dropdown-menu-selectable {
|
||||
li {
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue