Key thing: button
s keep focus after a mouse click.
Text color
> changes to red when :active
(i.e. on
click)
outline
on :focus
.
border
, background
, and text
color
change on :focus
, browser default
outline
is removed.
outline
changes on :focus
. Can only be a
rectangle. no rounded corners.
box-shadow
added on :focus
, browser default
outline
is removed.
box-shadow
added on :focus
that looks a bit
like a border, browser default outline
is removed.
box-shadow
added on :focus
,
background
, and text color
change on
:focus
, browser default outline
is removed, .