tweak(ui): active state on type your own answer

This commit is contained in:
David Hill 2026-02-27 18:50:50 +00:00
commit 8b168981aa

View file

@ -977,6 +977,14 @@
white-space: normal; white-space: normal;
overflow-wrap: anywhere; 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"] { [data-slot="question-custom"] {