aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-05-17 00:39:14 -0700
committerJacob Thornton <[email protected]>2012-05-17 00:39:14 -0700
commit9889948f5851f5ce19668073b1f88eb4b6082ea6 (patch)
tree728415c9756d316151b46f4b7691ec7f8f200911 /less/dropdowns.less
parenta7b49a7d92a0efa640179b775e309002afc50390 (diff)
downloadbootstrap-9889948f5851f5ce19668073b1f88eb4b6082ea6.tar.xz
bootstrap-9889948f5851f5ce19668073b1f88eb4b6082ea6.zip
abandon activedescendant because it was awful
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less10
1 files changed, 3 insertions, 7 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index c27e73ded..42d7bd0ca 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -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