If you hold left click, and then hover over a div with &:hover the &:hover doesn't play, even after you let go of left click.
This also effects cursor: x; meaning you'll have the default cursor while hovering over something with cursor set aswell
To Reproduce
Make a div with a &:hover
On hover, transform: scale(0.5); or something else thats obvious
Hold left click and hover over it
Event will be skipped
Expected behavior
Hover should be playing, and cursor should be getting changed.
Describe the bug
If you hold left click, and then hover over a div with &:hover the &:hover doesn't play, even after you let go of left click. This also effects cursor: x; meaning you'll have the default cursor while hovering over something with cursor set aswell
To Reproduce
Expected behavior
Hover should be playing, and cursor should be getting changed.
Media/Files
https://github.com/user-attachments/assets/470abbda-225c-4392-8cf8-2b6432553b3e
Additional context
This is probably just a razor thing which would be lame, but if it is fixable that would be nice