From: Shawn Jonnet Date: Sat, 19 Apr 2014 13:13:24 +0000 (-0400) Subject: Fix line height issue X-Git-Tag: v5.3.1~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5020%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix line height issue --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 7b3d24963..47e810f23 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -483,6 +483,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the &:not(.has-form) { a:not(.button) { padding: 0 $topbar-link-padding; + line-height: $topbar-height; background: $topbar-link-bg; &:hover { background: $topbar-link-bg-hover; } } @@ -490,6 +491,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the &.active:not(.has-form) { a:not(.button) { padding: 0 $topbar-link-padding; + line-height: $topbar-height; color: $topbar-link-color-active; background: $topbar-link-bg-active; &:hover { background: $topbar-link-bg-active-hover; }