Browse Source

fix(app): remove hover background color from server list items

David Hill 1 month ago
parent
commit
8fe42cd5dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/dialog-select-server.tsx

+ 1 - 1
packages/app/src/components/dialog-select-server.tsx

@@ -357,7 +357,7 @@ export function DialogSelectServer() {
             if (x) select(x)
             if (x) select(x)
           }}
           }}
           divider={true}
           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={
           add={
             store.addServer.showForm
             store.addServer.showForm
               ? {
               ? {