mirror of https://github.com/twbs/bootstrap.git
Use single .dropdown-menu
This commit is contained in:
parent
a8437f0d23
commit
8d7700b2b6
|
|
@ -103,9 +103,8 @@
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @dropdown-link-disabled-color;
|
color: @dropdown-link-disabled-color;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// Nuke hover/focus effects
|
// Nuke hover/focus effects
|
||||||
.dropdown-menu > .disabled > a {
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue