]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix line height issue 5020/head
authorShawn Jonnet <sjonnet19@gmail.com>
Sat, 19 Apr 2014 13:13:24 +0000 (09:13 -0400)
committerShawn Jonnet <sjonnet19@gmail.com>
Sat, 19 Apr 2014 13:13:24 +0000 (09:13 -0400)
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; }