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 f842de046c
commit 0a30d5a4e1

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);
}