From: Lars Moelleken Date: Fri, 18 Apr 2014 18:34:30 +0000 (+0200) Subject: + revert: some changes from https://github.com/zurb/foundation/commit/cc00c427f7cc760... X-Git-Tag: v5.3.1~45^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5014%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git + revert: some changes from https://github.com/zurb/foundation/commit/cc00c427f7cc76086c6d9aaff335ab70a9de45dd --- 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; }