diff options
| author | David Hill <[email protected]> | 2026-01-24 21:00:22 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-24 22:02:09 +0000 |
| commit | 8fe42cd5dc67fbdb524f71651d3023ffe42e058b (patch) | |
| tree | ff23510f69dbb16f8b6fce518c102d1a41a22f2a | |
| parent | a169c2987b6874a3fffb8e34dc1f638e3766e3de (diff) | |
| download | opencode-8fe42cd5dc67fbdb524f71651d3023ffe42e058b.tar.gz opencode-8fe42cd5dc67fbdb524f71651d3023ffe42e058b.zip | |
fix(app): remove hover background color from server list items
| -rw-r--r-- | packages/app/src/components/dialog-select-server.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/dialog-select-server.tsx b/packages/app/src/components/dialog-select-server.tsx index 3827ec181..f15b68457 100644 --- a/packages/app/src/components/dialog-select-server.tsx +++ b/packages/app/src/components/dialog-select-server.tsx @@ -357,7 +357,7 @@ export function DialogSelectServer() { if (x) select(x) }} divider={true} - class="px-5 [&_[data-slot=list-search-wrapper]]:w-full [&_[data-slot=list-scroll]]:max-h-[300px] [&_[data-slot=list-scroll]]:overflow-y-auto [&_[data-slot=list-items]]:bg-surface-raised-base [&_[data-slot=list-items]]:rounded-md [&_[data-slot=list-item]]:h-14 [&_[data-slot=list-item]]:p-3 [&_[data-slot=list-item-add]]:px-0" + class="px-5 [&_[data-slot=list-search-wrapper]]:w-full [&_[data-slot=list-scroll]]:max-h-[300px] [&_[data-slot=list-scroll]]:overflow-y-auto [&_[data-slot=list-items]]:bg-surface-raised-base [&_[data-slot=list-items]]:rounded-md [&_[data-slot=list-item]]:h-14 [&_[data-slot=list-item]]:p-3 [&_[data-slot=list-item]]:!bg-transparent [&_[data-slot=list-item-add]]:px-0" add={ store.addServer.showForm ? { |
