fixes #93, remove hover effects on disabled nav
[bootswatch] / cyborg / bootswatch.less
index 2c303af..dccebaf 100755 (executable)
@@ -220,6 +220,10 @@ div.subnav {
                color: @white;
        }
 
+       li.disabled > a {
+               color: @textColor;
+       }
+
        .open .dropdown-toggle {
                background-color: #060606;
                border-color: transparent;
@@ -233,6 +237,10 @@ div.subnav {
                color: @white;
        }
 
+       li.disabled > a {
+               color: @textColor;
+       }
+
        .open .dropdown-toggle {
                background-color: #060606;
        }