From 686693ad3bc586b3576c69e7aa442bb0b0e3dbbf Mon Sep 17 00:00:00 2001 From: Patrick Perey Date: Fri, 17 Jan 2014 22:54:45 -0800 Subject: [PATCH] Add ':' after -link-color-active-hover --- 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 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% -- 2.47.2