fix text field border showing through focus ring

pull/9453/head
David Hill 2026-01-19 17:10:18 +00:00
parent 2dbdd18483
commit b72a00eaa3
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
background: var(--input-base);
&:focus-within {
border-color: transparent;
/* border/shadow-xs/select */
box-shadow:
0 0 0 3px var(--border-weak-selected),