Is there a way to disable the hover effect or selector of a button specifically on mobile devices using a media query?
I have multiple CSS lines that target the :hover pseudo-class, so manually canceling them one by one is not ideal.
Using pointer-events is not an option either as it would also disable the click event.
I am looking for a CSS-only solution to achieve this. Any suggestions?