]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix for topbar color for .has-form a tags changes when hovered nearby 4502/head
authorLonewolf <nikhilkalige@gmail.com>
Thu, 20 Feb 2014 11:33:49 +0000 (17:03 +0530)
committerLonewolf <nikhilkalige@gmail.com>
Thu, 20 Feb 2014 11:33:49 +0000 (17:03 +0530)
scss/foundation/components/_top-bar.scss

index c2099ea1ed67cdf54bc01d9540acde1935c6765d..8c8e502afecf02c5ef7ffbf23c92f089fc7e504b 100644 (file)
@@ -332,7 +332,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
         }
 
         // Apply the hover link color when it has that class
-        &:hover > a {
+        &:hover:not(.has-form) > a {
           background: $topbar-link-bg-hover;
           color: $topbar-link-color-hover;