Skip to content

Commit

Permalink
Accessibility: Fixed links as buttons focus state in:not(Chrome) brow…
Browse files Browse the repository at this point in the history
…sers. (#15601)
  • Loading branch information
nicolad authored and gziolo committed May 14, 2019
1 parent 599e6bd commit bbb37b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
opacity: 0.3;
}

&:focus:enabled {
&:focus:not(:disabled) {
@include button-style__focus-active;
}

Expand Down

0 comments on commit bbb37b1

Please sign in to comment.