From 0266821bca4ba01b80acb119fd5bd382d9ae24c5 Mon Sep 17 00:00:00 2001 From: chillmania Date: Mon, 22 Sep 2014 16:27:36 -0500 Subject: [PATCH] pass "" to hamburger($hover-color) instead of leaving it empty --- scss/foundation/components/_top-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- 2.47.2