fix(app): update options icon button styling - active state and hover
parent
c56f6127c7
commit
b824fc5516
|
|
@ -485,7 +485,11 @@ export function DialogSelectServer() {
|
|||
<IconButton
|
||||
icon="dot-grid"
|
||||
variant="ghost"
|
||||
class="bg-transparent transition-opacity shrink-0 hover:scale-110 size-8"
|
||||
class="shrink-0 size-8 hover:bg-surface-base-hover"
|
||||
classList={{
|
||||
"bg-transparent": !popoverOpen(),
|
||||
"bg-surface-base-active": popoverOpen(),
|
||||
}}
|
||||
onPointerDown={(event: PointerEvent) => event.stopPropagation()}
|
||||
/>
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue