2
0
Эх сурвалжийг харах

fix text field border showing through focus ring

David Hill 3 сар өмнө
parent
commit
b72a00eaa3

+ 1 - 0
packages/ui/src/components/text-field.css

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