diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html index 055418d50f..5fc151b1e4 100644 --- a/docs/_includes/components/navs.html +++ b/docs/_includes/components/navs.html @@ -121,30 +121,6 @@ {% endhighlight %} -
For any nav component (tabs or pills), add .disabled
for gray links and no hover effects.
This class will only change the <a>
's appearance, not its functionality. Use custom JavaScript to disable links here.
Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.