我有以下 HTML:
.navigation {
a {
color: #BBBBBB;
&.current {
color: #FFFFFF;
}
:hover {
color: #EEEEEE;
}
}
}
有没有一种方法可以使我将鼠标悬停在具有当前类的地址上时,它不会将颜色更改为悬停颜色?