diff options
| author | Mark Otto <[email protected]> | 2014-08-23 13:39:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-23 13:39:10 -0700 |
| commit | 7e8f10fd1a6d91e4a3b2c6f74bb912ffae019270 (patch) | |
| tree | afb1e699da86384a93d49efc9b4f92692b573d2b | |
| parent | 3c0e2e28f8c421c3e96ff39da2a088410fffff45 (diff) | |
| parent | 8d7700b2b63a8abeb96a6f309610e9e8b4b4792c (diff) | |
| download | bootstrap-7e8f10fd1a6d91e4a3b2c6f74bb912ffae019270.tar.xz bootstrap-7e8f10fd1a6d91e4a3b2c6f74bb912ffae019270.zip | |
Merge pull request #14408 from vsn4ik/dropdown_menu_disabled_style
Refactor dropdown.less. Optimize ".dropdown-menu > .disabled" selector.
| -rw-r--r-- | less/dropdowns.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 3eb7fc05c..b25b6aacd 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -103,9 +103,8 @@ &:focus { color: @dropdown-link-disabled-color; } -} -// Nuke hover/focus effects -.dropdown-menu > .disabled > a { + + // Nuke hover/focus effects &:hover, &:focus { text-decoration: none; |
