An opinionated list of Python frameworks, libraries, tools, and resources.
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 <[email protected]>
V
Vinta Chen committed
7fa0a425dc59aa3683ee37d30e852a652efa095e
Parent: 895da32