我想在某些情况下强制所有的button被:hover住,如何实现?
button
:hover
给所有的button加一个共同的class,如btn
.btn:hover{}
直接button:hover不行吗