fixes #93, remove hover effects on disabled nav
[bootswatch] / superhero / bootswatch.less
index 60610fd..cebf0a0 100755 (executable)
@@ -272,6 +272,10 @@ div.subnav {
                background-color: lighten(@blue, 10%);
                border-color: transparent;
        }
+
+       li.disabled > a:hover {
+               background-color: @blue;
+       }
 }
 
 .nav-pills {