]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removes double padding from menu-text link 7303/head
authorJeremy Englert <jeremy@cmsadgroup.com>
Mon, 30 Nov 2015 04:43:44 +0000 (21:43 -0700)
committerJeremy Englert <jeremy@cmsadgroup.com>
Mon, 30 Nov 2015 04:43:44 +0000 (21:43 -0700)
scss/components/_menu.scss

index 086e72cece3eff9e4d0db078e61ceb936f48eeb3..8acd23b554551e1d1f4f40e43c8dd542d75df39f 100644 (file)
@@ -39,7 +39,7 @@ $menu-expand-max: 6 !default;
   }
 
   // Reset line height to make the height of the overall item easier to calculate
-  > li > a {
+  > li:not(.menu-text) > a {
     display: block;
     padding: $menu-item-padding;
     line-height: 1;