From: chillmania Date: Mon, 22 Sep 2014 21:27:36 +0000 (-0500) Subject: pass "" to hamburger($hover-color) instead of leaving it empty X-Git-Tag: v5.4.6~10^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5846%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git pass "" to hamburger($hover-color) instead of leaving it empty --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 54d0bba79..230549335 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -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); } } }