fix text field border showing through focus ring
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
background: var(--input-base);
|
background: var(--input-base);
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
|
border-color: transparent;
|
||||||
/* border/shadow-xs/select */
|
/* border/shadow-xs/select */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 0 3px var(--border-weak-selected),
|
0 0 0 3px var(--border-weak-selected),
|
||||||
|
|||||||
Reference in New Issue
Block a user