From: Lonewolf Date: Thu, 20 Feb 2014 11:33:49 +0000 (+0530) Subject: Fix for topbar color for .has-form a tags changes when hovered nearby X-Git-Tag: v5.2.0~44^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4502%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix for topbar color for .has-form a tags changes when hovered nearby --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index c2099ea1e..8c8e502af 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -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;