ama icon indicating copy to clipboard operation
ama copied to clipboard

How can I make hover effect remains after mouse left over ?

Open Cristishor201 opened this issue 8 years ago • 2 comments

I need to use this remain state on a drop down menu , which it highlight the background-color of the all the parents on a li element.

Cristishor201 avatar Mar 23 '17 15:03 Cristishor201

I'd propose to apply the styling on hover and focus

lassediercks avatar Mar 25 '17 09:03 lassediercks

No problem. Finally I make it works, with the help of an ispiration from the Holy Spirit. :)

I put it :

#menu ul li:hover > a {
background-color: /* other color */ ;
}

Cristishor201 avatar Mar 26 '17 14:03 Cristishor201