diff options
| author | Jacob Thornton <[email protected]> | 2012-05-17 00:39:14 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-05-17 00:39:14 -0700 |
| commit | 9889948f5851f5ce19668073b1f88eb4b6082ea6 (patch) | |
| tree | 728415c9756d316151b46f4b7691ec7f8f200911 /docs/assets/css/bootstrap.css | |
| parent | a7b49a7d92a0efa640179b775e309002afc50390 (diff) | |
| download | bootstrap-9889948f5851f5ce19668073b1f88eb4b6082ea6.tar.xz bootstrap-9889948f5851f5ce19668073b1f88eb4b6082ea6.zip | |
abandon activedescendant because it was awful
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 82cb98b59..eed701c12 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2419,18 +2419,13 @@ table .span24 { } .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: #ffffff; text-decoration: none; background-color: #0088cc; -} - -.dropdown-menu:hover #aria-active > a { - color: #333333; - background-color: #ffffff; + outline: 0; } .open { |
