update to bootstrap v2.2.2
[bootswatch] / superhero / bootswatch.less
index 04f8f11..a3be40b 100755 (executable)
@@ -1,8 +1,8 @@
-// Bootswatch.less
-// Swatch: Superhero
-// Version: 2.1.0
+// Superhero 2.2.2
+// Bootswatch
 // -----------------------------------------------------
 
+
 // TYPOGRAPHY
 // --------------------------------------------------
 
@@ -339,23 +339,28 @@ div.subnav {
                border-color: transparent;
        }
 
-       li > a {
+       ul > li > a,
+       ul > li > span {
                border: none;
                color: @textColor;
        }
 
-       li.active > a,
-       li.active > a:hover {
-               background-color: @orange;
-               color: @white;
+       ul > li > a:hover {
+               background: lighten(@blue, 10%);
        }
 
-       li > a:hover {
-               background: lighten(@blue, 10%);
+       ul > .active > a,
+       ul > .active > a:hover,
+       ul > .active > span,
+       ul > .active > span:hover {
+               background-color: @orange;
+               color: @white;
        }
 
-       li.disabled > a,
-       li.disabled > a:hover {
+       ul > .disabled > a,
+       ul > .disabled > a:hover,
+       ul > .disabled > span,
+       ul > .disabled > span:hover {
                background: darken(@blue, 5%);
        }
 }