I have a Slidemenu within a Sidemenu, when i'm clicking on a text label, some content shows up. :before
the text label, i'm having some Arrows, that i want to rotate 90deg, when clicked.
Code:
li.textClass:focus:before {
transform: rotate(90deg) !important;
}
if i change :focus
to :active
it works untill i release the left mouse button, but it should stay rotated.... how do i fix this? i can't get it to work.