summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/list.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-10 17:17:34 -0600
committerAdam <[email protected]>2025-12-10 17:17:37 -0600
commit85cfa226c34e41660ddfdcb04543af2e494ae168 (patch)
treef98a6631bf169470c37eeacc79129b826da59dd2 /packages/ui/src/components/list.css
parentcbb591eb7dfe8e27298945f10e5d6cfff4405630 (diff)
downloadopencode-85cfa226c34e41660ddfdcb04543af2e494ae168.tar.gz
opencode-85cfa226c34e41660ddfdcb04543af2e494ae168.zip
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/list.css')
-rw-r--r--packages/ui/src/components/list.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/ui/src/components/list.css b/packages/ui/src/components/list.css
index 63d9a2fe1..38dcb773b 100644
--- a/packages/ui/src/components/list.css
+++ b/packages/ui/src/components/list.css
@@ -97,10 +97,18 @@
[data-slot="list-item-active-icon"] {
display: block;
}
+ [data-slot="list-item-extra-icon"] {
+ 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;
+ }
+ }
}
}
}