Is it possible only with CSS to change the direction of the menu arrow when opening the submenu?
I think the question would be how to detect click from the menu.
I'm using toggleClass()
of jquery to do this, but I'd like to use CSS only.