diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 278285a1c8..2821adb797 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -244,7 +244,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the // $gap - spacing between the lines in hamburger icon, set value in px // $color - icon color // $hover-color - icon color during hover, here it is set the same as $color because the values are changed on line 264 - // $offcanvas - Set to true of @include in offcanvas + // $offcanvas - Set to false of @include in topbar @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, $topbar-menu-icon-color, false ); } }