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"] {