You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this the :hover state in CSS? Unfortunately the cursor isn't a real mouse HTML elements aren't real HTML elements. So although it detects mouse enter and leave events it cannot do anything with the CSS.
You could create a .hover class and toggle it the JS as an alternative.
While the actual cursor is visible on the screen, hovering events are not detected from the html elements.
The text was updated successfully, but these errors were encountered: