mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +01:00
Merge pull request #14408 from vsn4ik/dropdown_menu_disabled_style
Refactor dropdown.less. Optimize ".dropdown-menu > .disabled" selector.
This commit is contained in:
commit
7e8f10fd1a
@ -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…
x
Reference in New Issue
Block a user