diff options
| author | Adam <[email protected]> | 2025-12-30 07:35:20 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-30 07:35:20 -0600 |
| commit | 2d18d80ac3463f5f8ee511d55cb625eded742b30 (patch) | |
| tree | 377e41b6cfc3124cc5957dd8aec29a75c3d03f94 /packages/ui/src | |
| parent | e0e07c5d48ef0671f63ca8bd9119169ced493fac (diff) | |
| download | opencode-2d18d80ac3463f5f8ee511d55cb625eded742b30.tar.gz opencode-2d18d80ac3463f5f8ee511d55cb625eded742b30.zip | |
chore: cleanup
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/list.css | 3 |
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); } |
