Answers for "how to override hover css"

CSS
0

how to override hover css

ul li.disabled, ul li.disabled:hover{
    color:grey;
}
Posted by: Guest on February-20-2022

Browse Popular Code Answers by Language