Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-05-17 11:39:14 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-05-17 11:39:14 +0400
commit9889948f5851f5ce19668073b1f88eb4b6082ea6 (patch)
tree728415c9756d316151b46f4b7691ec7f8f200911 /less
parenta7b49a7d92a0efa640179b775e309002afc50390 (diff)
abandon activedescendant because it was awful
Diffstat (limited to '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 c27e73dede..42d7bd0cab 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