Javascript – Cannot target button element on mousemove event
My js code is supposed to target the button class and add the cursor-hover-nav on my cursor class I tried adding a padding on my button and the script worked only when I hovered over the padding and not its…