mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
abandon activedescendant because it was awful
This commit is contained in:
+3
-7
@@ -94,17 +94,13 @@
|
||||
// Hover state
|
||||
// -----------
|
||||
.dropdown-menu li > a:hover,
|
||||
.dropdown-menu li > a:focus,
|
||||
.dropdown-menu .active > a,
|
||||
.dropdown-menu .active > a:hover,
|
||||
.dropdown-menu:hover #aria-active > a:hover,
|
||||
.dropdown-menu #aria-active > a {
|
||||
.dropdown-menu .active > a:hover {
|
||||
color: @dropdownLinkColorHover;
|
||||
text-decoration: none;
|
||||
background-color: @dropdownLinkBackgroundHover;
|
||||
}
|
||||
.dropdown-menu:hover #aria-active > a {
|
||||
color: @dropdownLinkColor;
|
||||
background-color: @dropdownBackground;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
// Open state for the dropdown
|
||||
|
||||
Reference in New Issue
Block a user