Skip to content

Commit

Permalink
Outline button variant hover mixin (#27289)
Browse files Browse the repository at this point in the history
The outline button variant mixin should use the hover mixin, as does the non-outline version.
  • Loading branch information
aceofspades authored and XhmikosR committed Oct 21, 2018
1 parent 50d866d commit 59f1802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
color: $color;
border-color: $color;

&:hover {
@include hover {
color: $color-hover;
background-color: $active-background;
border-color: $active-border;
Expand Down

0 comments on commit 59f1802

Please sign in to comment.