Fixes #25135 (closed).
- This matches the default button styles, moving the
:focus
outline to be only on the:active
state when it's truly focused. - Also fixes a color contrast issue on the
:active
state of outline buttons. Thecolor
is now contrasting from the$active-background
.
See fixes at https://codepen.io/emdeoh/pen/mpmLde?editors=1100.
/cc @mudrz @719media