Hover state on buttons gets stuck on hover state

hi there, i’m using the basic hover state button out of the box settings, and experiencing that when you hover over a bunch of my items with hover states, the hover state colour gets stuck on them eventually… and once i re-hover over it, it’ll fix itself.

is there a reason for this? just a tumult bug?

The hover state listens for ‘mouse over’ and also the ‘mouse out’ to remove the hover state. So if your target is small or your mouse moves fast, the ‘mouse out’ event might not trigger if the event handler is confused about where your mouse has gone. Can you share your document? Does it happen more so one browser than others?