From f37dbe53a46b6deb8f37bfe1008f30b1275e49c6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 9 Jul 2014 10:52:48 -0700 Subject: [PATCH] disabled links part of the examples now --- docs/_includes/components/navs.html | 24 ------------------------ 1 file changed, 24 deletions(-) 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.

- -
-

Link functionality not impacted

-

This class will only change the <a>'s appearance, not its functionality. Use custom JavaScript to disable links here.

-
- -
- -
-{% highlight html %} - -{% endhighlight %} - -

Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.