mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 21:43:28 +00:00
fix text field border showing through focus ring
This commit is contained in:
parent
2dbdd18483
commit
b72a00eaa3
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue