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.