Hover on Sidemenu Item Icon

I apply a hover state to sidemenu items and it works when I take mouse onto it the background color change and the text too accordingly but the icon color doesn’t change with this. Can you help me to guide how I can do this? Thank you!

sidehover

You have to make sure to apply the hover state for the menu item (so the item div) to the children and then apply the hover styling on the item:hover state for the icon and text.

See this short clip:

1 Like