Skip to content

Commit

Permalink
Fix btn focus color (#27178)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Oct 17, 2018
1 parent ef27179 commit a6669b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
@include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-line-height, $btn-border-radius);
@include transition($btn-transition);

// Share hover and focus styles
@include hover-focus {
@include hover {
color: $body-color;
text-decoration: none;
}
Expand Down

0 comments on commit a6669b4

Please sign in to comment.