jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9k stars 296 forks source link

Active tab doesn't have dotted line #175

Closed juanigaray closed 11 months ago

juanigaray commented 11 months ago

It is however implemented for the focused tab:

menu[role=tablist]>li>a:focus {
    outline: 1px dotted #222;
}

We should just add the :active selector.

juanigaray commented 11 months ago

Ah, nevermind. The actual problem is that I believe the element should stay focused after click. Maybe if it were a