From a2369021ce49e07c073c35426cc978dba2cb1b55 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 2 Oct 2012 15:10:22 -0700 Subject: [PATCH] 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(-) 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.