Commit 7e8f10fd authored by Mark Otto's avatar Mark Otto

Merge pull request #14408 from vsn4ik/dropdown_menu_disabled_style

Refactor dropdown.less. Optimize ".dropdown-menu > .disabled" selector.
parents 3c0e2e28 8d7700b2
...@@ -103,9 +103,8 @@ ...@@ -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;
......
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