From: Mark Otto Date: Tue, 2 Oct 2012 22:10:22 +0000 (-0700) Subject: fixes #5352: update docs messaging for disable nav links X-Git-Tag: v2.2.0^2~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2369021ce49e07c073c35426cc978dba2cb1b55;p=thirdparty%2Fbootstrap.git fixes #5352: update docs messaging for disable nav links --- diff --git a/docs/components.html b/docs/components.html index 7623cda4b5..69089635db 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.