Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change material icon color on hover

I am using this demo and want to change icons color on hover

.demo-navigation .mdl-navigation__link .material-icons:hover {
  background-color: #00BCD4;
  color: #FFF;
}

But didn't work. Is there any way to achieve that?

like image 844
sreginogemoh Avatar asked Nov 30 '25 23:11

sreginogemoh


1 Answers

You would have to add !important on the color because the icon has a class (mdl-color-text--blue-grey-400) that adds the grey color with important also

like image 134
gabesoft Avatar answered Dec 03 '25 15:12

gabesoft



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!