gpt4 book ai didi

css - 如何在发发图标上添加悬停效果?

转载 作者:太空宇宙 更新时间:2023-11-04 11:07:18 25 4
gpt4 key购买 nike

我想在 fa fa 图标悬停时改变颜色但没有改变? http://jsfiddle.net/Lgvbbqeo/25/

.fa-arrow-circle-right {
float:right;
color:white;
margin-right:10px;
}

.fa-fa-arrow-circle-right :hover{
color:#888888;
}

HTML:

  <button type="button" class="buttonl">View Locations<i class="fa   
fa-arrow-circle-right fa-2x"></i>
</button>

最佳答案

你的选择器有点错误.fa-fa-arrow-circle-right :hover 应该是 .fa-arrow-circle-right :hover 或者 .fa :hover.fa .fa-arrow-circle-right :hover

关于css - 如何在发发图标上添加悬停效果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33872256/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com