]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix: variable for $topbar-link-padding not used for horizontal padding on links 4511/head
authorJeroen Coumans <jeroencoumans@gmail.com>
Fri, 21 Feb 2014 14:25:39 +0000 (15:25 +0100)
committerJeroen Coumans <jeroencoumans@gmail.com>
Fri, 21 Feb 2014 14:25:39 +0000 (15:25 +0100)
scss/foundation/components/_top-bar.scss

index c2099ea1ed67cdf54bc01d9540acde1935c6765d..52bbb0fa0c8ffe8202949201c3634c06beece887 100644 (file)
@@ -374,7 +374,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
             display: block;
           }
           & > a:after {
-            display: none;  
+            display: none;
           }
         }
       }
@@ -484,7 +484,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
           }
           &.active:not(.has-form) {
             a:not(.button) {
-              padding: 0 $topbar-height / 3;
+              padding: 0 $topbar-link-padding;
               line-height: $topbar-height;
               color: $topbar-link-color-active;
               background: $topbar-link-bg-active;