CSS, changing hover effect of icon font in a link

后端 未结 1 706
陌清茗
陌清茗 2021-01-03 09:57

I have a nav element like so...

相关标签:
1条回答
  • 2021-01-03 10:30

    You want to set the color of the icon class that is inside a hovered a element.

    .options-list li a:hover .icon {color: #ae0000;}
    
    0 讨论(0)
提交回复
热议问题