fix text field border showing through focus ring
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user