Skip to content

Commit

Permalink
Fixed a typo in the menu variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jordykommeren committed Oct 2, 2018
1 parent c8ba804 commit 5cb3b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/boilerplate/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ $menu-bar-menu-item-hover-background: $menu-bar-background !default;
$menu-bar-menu-item-active-color: $menu-bar-menu-item-hover-color !default;
$menu-bar-menu-item-active-default-border: 3px solid $color-boilerplate-orange !default
$menu-bar-menu-item-active-border-top: none !default;
$menu-bar-menu-item-active-border-bottom: $menu-bar-menu-item-hover-default-border !default;
$menu-bar-menu-item-active-border-bottom: $menu-bar-menu-item-active-default-border !default;
$menu-bar-menu-item-active-border-left: none !default;
$menu-bar-menu-item-active-border-right: none !default;
$menu-bar-menu-item-active-background: $menu-bar-menu-item-hover-background !default;
Expand Down

0 comments on commit 5cb3b7c

Please sign in to comment.