Skip to content

Commit

Permalink
fix(button-group): add :focus state to pill buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
bfbiggs authored and pauljeter committed Oct 2, 2019
1 parent d64db92 commit 53f570e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/scss/components/button-group/button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
$bg-hover: $md-theme-10
);

&:focus {
background: $md-theme-10
}

.md-icon {
fill: currentColor;
}
Expand Down

0 comments on commit 53f570e

Please sign in to comment.