vinta-awesome-python/website/static
Vinta Chen 7fa0a425dc
fix(css): remove outline:none suppression from .row:focus-visible td
Suppressing the outline on a focus-visible rule is self-defeating —
it opts into the intent-based focus ring selector but then hides it.
The row already receives a visible inset box-shadow on focus, so the
outline:none was redundant and harmful to keyboard accessibility.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-22 16:25:04 +08:00
..
favicon.svg feat: extract inline favicon to static SVG file 2026-03-18 18:34:15 +08:00
main.js perf(hero): pause animations when hero scrolls out of view 2026-03-22 16:13:08 +08:00
style.css fix(css): remove outline:none suppression from .row:focus-visible td 2026-03-22 16:25:04 +08:00