Clear keyboard focus outlines
Keyboard users see a clear outline around the link or button they’re on. Many themes hide it; it matters for accessibility.
:focus-visible {
outline: 3px solid #2346c9 !important;
outline-offset: 2px !important;
}
:focus:not(:focus-visible) {
outline: none;
}
In these packs
- Design touches: Small front-end touches: a reading progress bar, an announcement bar, a WhatsApp button, accessibility fixes.