mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
fix(app): update options icon button styling - active state and hover
This commit is contained in:
parent
c56f6127c7
commit
b824fc5516
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue