Fix read-only widget appearance and focus, and keep ColorInput picks surviving a layout diff (#4423)

This commit is contained in:
Keavon Chambers
2026-09-14 12:58:49 +02:00
committed by Dennis Kobert
parent 23c4ad530b
commit 344535d143
5 changed files with 36 additions and 10 deletions
@@ -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}