[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:
Christian Byrne
2025-10-19 12:55:29 -07:00
committed by GitHub
parent c8146ffc64
commit 15d223ef9b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -10,5 +10,5 @@ export const WidgetInputBaseClass = cn([
// Rounded
'rounded-lg',
// Hover
'hover:outline-blue-500/80'
'hover:bg-node-component-surface-hovered'
])