Hacker News new | ask | show | jobs
by microcolonel 3751 days ago
If it's a button, it'll be in the :focused state, you can use that to style it. Or you could use a CSS transition with a very very long time in one direction on the :active state.

And of course, you can use adjacency selectors with buttons, while you can't with :visited links.

1 comments

That's exactly what I did, though :P

Check my first comment.