UI: mute colored focus ring on agent chat textarea

This commit is contained in:
Val Alexander 2026-03-17 23:25:15 -05:00
parent e93412b5ce
commit 4e94f3aa02
No known key found for this signature in database

View File

@ -407,6 +407,10 @@
box-sizing: border-box;
}
.agent-chat__input > textarea:focus-visible {
box-shadow: none;
}
.agent-chat__input > textarea::placeholder {
color: var(--muted);
}