summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/list.css
diff options
context:
space:
mode:
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;
+ }
+ }
}
}
}