Skip to content

Commit 8b16898

Browse files
committed
tweak(ui): active state on type your own answer
1 parent 724dd66 commit 8b16898

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/ui/src/components/message-part.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,14 @@
977977
white-space: normal;
978978
overflow-wrap: anywhere;
979979
}
980+
981+
&[data-picked="true"] {
982+
[data-slot="question-custom-input"]:focus-visible {
983+
outline: none;
984+
outline-offset: 0;
985+
border-radius: 0;
986+
}
987+
}
980988
}
981989

982990
[data-slot="question-custom"] {

0 commit comments

Comments
 (0)