]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
pass "" to hamburger($hover-color) instead of leaving it empty 5846/head
authorchillmania <chillmania@localhost>
Mon, 22 Sep 2014 21:27:36 +0000 (16:27 -0500)
committerchillmania <chillmania@localhost>
Mon, 22 Sep 2014 21:27:36 +0000 (16:27 -0500)
scss/foundation/components/_top-bar.scss

index 54d0bba79b577b2aea5612c3f675e543ca6223f9..23054933557bad0cd37cc0b21902caf8b201e333 100644 (file)
@@ -249,7 +249,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
               // $color - icon color
               // $hover-color - icon color during hover, here it isn't set b/c it would override $topbar-menu-icon-color-toggled
               // $offcanvas - Set to false of @include in topbar
-              @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, $offcanvas:false);
+              @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, "", false);
             }
           }
         }