]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove padding-right from topbar menu icon 5123/head
authorneil-h <nhaskins@onlineschool.ca>
Wed, 7 May 2014 18:12:40 +0000 (11:12 -0700)
committerneil-h <nhaskins@onlineschool.ca>
Wed, 7 May 2014 18:12:40 +0000 (11:12 -0700)
The rule padding-right: 25px; at line 231 pushes the menu icon half way out of the topbar element, as can be seen at http://foundation.zurb.com/docs/components/topbar.html.
Removing the rule fixes it.

scss/foundation/components/_top-bar.scss

index 47e810f23aa4422e0c17f9a67c9dcc3378dd5363..1eb704fbd8531f524be723eac316dd4d9c54597d 100644 (file)
@@ -228,7 +228,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
             height: 34px;
             line-height: 33px;
             padding: 0;
-            padding-right: 25px;
             color: $topbar-menu-link-color;
             position: relative;