Answers for "how to make a hover inactive button in html and css"

CSS
1

css button disabled hover

button:hover:enabled{
    /*your styles*/
}
button:active:enabled{
    /*your styles*/
}
Posted by: Guest on January-29-2021

Code answers related to "how to make a hover inactive button in html and css"

Browse Popular Code Answers by Language