mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 04:30:04 +00:00
[style] adjust Vue widget hover state (#6146)
## Summary Change to match the design (hover changes background color slightly and doesn't affect outline/border). ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6146-style-adjust-Vue-widget-hover-state-2916d73d365081a19297e77208dc9613) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
@@ -10,5 +10,5 @@ export const WidgetInputBaseClass = cn([
|
||||
// Rounded
|
||||
'rounded-lg',
|
||||
// Hover
|
||||
'hover:outline-blue-500/80'
|
||||
'hover:bg-node-component-surface-hovered'
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user