From: Seb Date: Thu, 16 Oct 2014 15:51:32 +0000 (+0100) Subject: added a default setting for -dropdown-link-bg-hover X-Git-Tag: v5.5.0~75^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5942%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git added a default setting for -dropdown-link-bg-hover --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index f07b5b961..e22d4b1ef 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -50,6 +50,7 @@ $topbar-dropdown-bg: $oil !default; $topbar-dropdown-link-color: $white !default; $topbar-dropdown-link-color-hover: $topbar-link-color-hover !default; $topbar-dropdown-link-bg: $oil !default; +$topbar-dropdown-link-bg-hover: #272727 !default; $topbar-dropdown-link-weight: $font-weight-normal !default; $topbar-dropdown-toggle-size: 5px !default; $topbar-dropdown-toggle-color: $white !default;