Answers for "how do i prevent hover styles when the button is disabled"

CSS
2

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 do i prevent hover styles when the button is disabled"

Browse Popular Code Answers by Language