From: Jeroen Coumans Date: Fri, 21 Feb 2014 14:25:39 +0000 (+0100) Subject: Fix: variable for $topbar-link-padding not used for horizontal padding on links X-Git-Tag: v5.2.0~43^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4511%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix: variable for $topbar-link-padding not used for horizontal padding on links --- 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;