]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
+ revert: some changes from https://github.com/zurb/foundation/commit/cc00c427f7cc760... 5014/head
authorLars Moelleken <lars@moelleken.org>
Fri, 18 Apr 2014 18:34:30 +0000 (20:34 +0200)
committerLars Moelleken <lars@moelleken.org>
Fri, 18 Apr 2014 18:34:30 +0000 (20:34 +0200)
scss/foundation/components/_top-bar.scss

index 7b3d249637951127bdf640c84c6eef29e43daffc..47e810f23aa4422e0c17f9a67c9dcc3378dd5363 100644 (file)
@@ -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; }