From 8b168981aac744a36dbe0ab6a80e70fc33c8fbce Mon Sep 17 00:00:00 2001 From: David Hill Date: Fri, 27 Feb 2026 18:50:50 +0000 Subject: [PATCH] tweak(ui): active state on type your own answer --- packages/ui/src/components/message-part.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/ui/src/components/message-part.css b/packages/ui/src/components/message-part.css index 156fe305c6..e789f096c3 100644 --- a/packages/ui/src/components/message-part.css +++ b/packages/ui/src/components/message-part.css @@ -977,6 +977,14 @@ white-space: normal; overflow-wrap: anywhere; } + + &[data-picked="true"] { + [data-slot="question-custom-input"]:focus-visible { + outline: none; + outline-offset: 0; + border-radius: 0; + } + } } [data-slot="question-custom"] {