2
0
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:
Jacob Thornton
2012-05-17 00:39:14 -07:00
parent a7b49a7d92
commit 9889948f58
8 changed files with 68 additions and 89 deletions
+3 -7
View File
@@ -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