summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components')
-rw-r--r--packages/ui/src/components/list.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/ui/src/components/list.css b/packages/ui/src/components/list.css
index b896c4376..651f5ef97 100644
--- a/packages/ui/src/components/list.css
+++ b/packages/ui/src/components/list.css
@@ -197,12 +197,11 @@
}
}
[data-slot="list-item-active-icon"] {
- display: inline-flex;
+ display: none;
align-items: center;
justify-content: center;
flex-shrink: 0;
aspect-ratio: 1/1;
- display: none;
[data-component="icon"] {
color: var(--icon-strong-base);
}