From bacd8e42cc56ac1a7d6b6a2a356417b304105b30 Mon Sep 17 00:00:00 2001 From: Lonewolf Date: Thu, 20 Feb 2014 17:03:49 +0530 Subject: [PATCH] Fix for topbar color for .has-form a tags changes when hovered nearby --- scss/foundation/components/_top-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2