First thing is, I can only edit the CSS/LESS
portion of the code.
I've encountered a problem, there's a span that has a background color added on :hover
and a different background upon clicking it, where it gets a class .active via JS.
Problem is, on iPad and iPhone on first tap it activates the :hover
styles, a secondary tap is required to turn on the added class .active
. Anyone knows how to ignore the :hover
style and go straight to adding a class?
Much appreciated!