From 1bd47230389c9174849f88cc09eda433a6d8dee5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 2 Oct 2012 13:19:11 -0700 Subject: fixes #5392: hover on submenu should maintain white icons for active parent a tag --- docs/assets/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e85923638..987c9abe5 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2165,7 +2165,9 @@ table [class*=span], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], -.dropdown-menu > .active > a > [class*=" icon-"] { +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"] { background-image: url("../img/glyphicons-halflings-white.png"); } -- cgit v1.2.3 From a2369021ce49e07c073c35426cc978dba2cb1b55 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 2 Oct 2012 15:10:22 -0700 Subject: fixes #5352: update docs messaging for disable nav links --- docs/components.html | 2 +- docs/templates/pages/components.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/components.html b/docs/components.html index 7623cda4b..69089635d 100644 --- a/docs/components.html +++ b/docs/components.html @@ -719,7 +719,7 @@

Disabled state

-

For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless custom JavaScript is implemented to prevent those clicks.

+

For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless you remove the href attribute. Alternatively, you could implement custom JavaScript to prevent those clicks.