aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-02 15:10:22 -0700
committerMark Otto <[email protected]>2012-10-02 15:10:22 -0700
commita2369021ce49e07c073c35426cc978dba2cb1b55 (patch)
treef94aee054a82e7c0f45fbc61a4c5df54fa422e33 /docs/components.html
parent1bd47230389c9174849f88cc09eda433a6d8dee5 (diff)
downloadbootstrap-a2369021ce49e07c073c35426cc978dba2cb1b55.tar.xz
bootstrap-a2369021ce49e07c073c35426cc978dba2cb1b55.zip
fixes #5352: update docs messaging for disable nav links
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</pre>
<h3>Disabled state</h3>
- <p>For any nav component (tabs, pills, or list), add <code>.disabled</code> for <strong>gray links and no hover effects</strong>. Links will remain clickable, however, unless custom JavaScript is implemented to prevent those clicks.</p>
+ <p>For any nav component (tabs, pills, or list), add <code>.disabled</code> for <strong>gray links and no hover effects</strong>. Links will remain clickable, however, unless you remove the <code>href</code> attribute. Alternatively, you could implement custom JavaScript to prevent those clicks.</p>
<div class="bs-docs-example">
<ul class="nav nav-pills">
<li><a href="#">Clickable link</a></li>