Skip to content

Commit

Permalink
Update _top-bar.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
winghouchan committed May 3, 2014
1 parent 9cad92f commit e2ba331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/foundation/components/_top-bar.scss
Expand Up @@ -233,8 +233,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
position: relative;

&::after {
#{$opposite-direction}: 0;

// @include hamburger icon
//
// We use this to create the icon with three lines aka the hamburger icon, the menu-icon or the navicon
Expand All @@ -247,6 +245,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
// $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 false of @include in topbar
@include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, $topbar-menu-icon-color, false );
#{$opposite-direction}: 0;
}
}
}
Expand Down

0 comments on commit e2ba331

Please sign in to comment.