mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-16 18:11:32 +00:00
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>
This commit is contained in:
parent
895da326f6
commit
7fa0a425dc
1 changed files with 0 additions and 1 deletions
|
|
@ -597,7 +597,6 @@ kbd {
|
|||
}
|
||||
|
||||
.row:focus-visible td {
|
||||
outline: none;
|
||||
background: oklch(95.7% 0.026 68);
|
||||
box-shadow: inset 3px 0 0 var(--accent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue