cssを使用してボタン、div、liがすでにアクティブなステータスになっている場合に、ボタン、div、liをホバリングしないようにするにはどうすればよいですか?
#list-of-tests .item-test:hover {
background-color: #4d5f75;
border: solid 1px #4d5f75;
}
#list-of-tests .item-test:active {
background-color: #93c3cd;
border: solid 1px #93c3cd;
}