mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 06:48:11 +08:00
Fix read-only widget appearance and focus, and keep ColorInput picks surviving a layout diff (#4423)
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
data-emphasized={emphasized || undefined}
|
||||
data-disabled={disabled || undefined}
|
||||
data-text-button
|
||||
tabindex={disabled ? -1 : 0}
|
||||
tabindex={disabled ? -1 : undefined}
|
||||
data-floating-menu-spawner
|
||||
data-block-hover-transfer={menuListChildrenExists ? undefined : ""}
|
||||
on:click={onClick}
|
||||
|
||||
Reference in New Issue
Block a user