I want to style the :active state of a button that is represented by an tag. The tag has an inner
:active
Maybe:
a.button span { ... a.button span:hover { ...
would work?