mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
fix: use white hover color, remove transition to prevent CLS
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
v-else-if="!props.dotOnly && !hasNoLabel"
|
||||
:class="
|
||||
cn(
|
||||
'truncate text-node-component-slot-text transition-colors duration-150 hover:text-muted-foreground',
|
||||
'truncate text-node-component-slot-text hover:text-white',
|
||||
hasError && 'font-medium text-error'
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user