diff options
| author | Adam <[email protected]> | 2025-12-11 11:28:34 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-11 13:42:47 -0600 |
| commit | e845eedbc325b05a19679bc439a57cc0fbf23aa3 (patch) | |
| tree | f2bd6686664870ef11aba12a9946356d9df149c4 /packages/ui/src/components/list.css | |
| parent | 4ae7e1b19c3915e3e9b1a39195d54c4721836b03 (diff) | |
| download | opencode-e845eedbc325b05a19679bc439a57cc0fbf23aa3.tar.gz opencode-e845eedbc325b05a19679bc439a57cc0fbf23aa3.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/list.css')
| -rw-r--r-- | packages/ui/src/components/list.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/ui/src/components/list.css b/packages/ui/src/components/list.css index 38dcb773b..783b0ef4a 100644 --- a/packages/ui/src/components/list.css +++ b/packages/ui/src/components/list.css @@ -98,17 +98,13 @@ display: block; } [data-slot="list-item-extra-icon"] { + display: block !important; color: var(--icon-strong-base) !important; } } &:active { background: var(--surface-raised-base-active); } - &:hover { - [data-slot="list-item-extra-icon"] { - color: var(--icon-strong-base) !important; - } - } } } } |
