From acd66a7a6844b228482fda685f0bbb447fb3d8ce Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Fri, 18 Apr 2014 20:34:30 +0200 Subject: [PATCH] + revert: some changes from https://github.com/zurb/foundation/commit/cc00c427f7cc76086c6d9aaff335ab70a9de45dd --- scss/foundation/components/_top-bar.scss | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.47.2