From: Patrick Perey Date: Sat, 18 Jan 2014 06:54:45 +0000 (-0800) Subject: Add ':' after -link-color-active-hover X-Git-Tag: v5.2.0~81^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4178%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add ':' after -link-color-active-hover --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index ab1bfef5f..3d10f34b2 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -31,7 +31,7 @@ $topbar-dropdown-toggle-alpha: 0.4 !default; $topbar-link-color: #fff !default; $topbar-link-color-hover: #fff !default; $topbar-link-color-active: #fff !default; -$topbar-link-color-active-hover #fff !default; +$topbar-link-color-active-hover: #fff !default; $topbar-link-weight: normal !default; $topbar-link-font-size: rem-calc(13) !default; $topbar-link-hover-lightness: -10% !default; // Darken by 10%