Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaurense committed Jul 1, 2019
1 parent 6daa679 commit 9dcf377
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/scss/boilerplate/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ $menu-bar-menu-item-hover-color: $color-boilerplate-black !default;
$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-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-active-default-border !default;
$menu-bar-menu-item-active-border-left: none !default;
Expand Down
2 changes: 0 additions & 2 deletions src/scss/boilerplate/magento-ui/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
$_pager-action-background : $pager-action__background,
$_pager-action-gradient-color-start : $pager__gradient-color-start,
$_pager-action-gradient-color-end : $pager__gradient-color-end,
$_pager-action-text-decoration : $pager-action__text-decoration,

// Page action item (previous-next) - visited
$_pager-action-color-visited : $pager-action__visited__color,
Expand All @@ -86,7 +85,6 @@
$_pager-action-background-hover : $pager-action__hover__background,
$_pager-action-gradient-color-start-hover : $pager__hover__gradient-color-start,
$_pager-action-gradient-color-end-hover : $pager__hover__gradient-color-end,
$_pager-action-text-decoration-hover : $pager-action__text-decoration,

// Page action item (previous-next) - active
$_pager-action-color-active : $pager-action__active__color,
Expand Down

0 comments on commit 9dcf377

Please sign in to comment.