mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-16 20:01:59 +00:00
tweak(ui): active state on type your own answer
This commit is contained in:
parent
724dd665ec
commit
8b168981aa
1 changed files with 8 additions and 0 deletions
|
|
@ -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"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue