fix text field border showing through focus ring

This commit is contained in:
David Hill
2026-01-19 17:10:18 +00:00
parent 2dbdd18483
commit b72a00eaa3

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),