From a9d4978d48dba1b6d9daebfb0beb9da6442f0255 Mon Sep 17 00:00:00 2001 From: Jeroen Coumans Date: Fri, 21 Feb 2014 15:25:39 +0100 Subject: [PATCH] Fix: variable for $topbar-link-padding not used for horizontal padding on links --- scss/foundation/components/_top-bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index c2099ea1e..52bbb0fa0 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -374,7 +374,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the display: block; } & > a:after { - display: none; + display: none; } } } @@ -484,7 +484,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the } &.active:not(.has-form) { a:not(.button) { - padding: 0 $topbar-height / 3; + padding: 0 $topbar-link-padding; line-height: $topbar-height; color: $topbar-link-color-active; background: $topbar-link-bg-active; -- 2.47.2