Answers for "css hover only when not disabled"

CSS
0

css disabled hover none

button:hover:enabled{
    /*your styles*/
}
button:active:enabled{
    /*your styles*/
}
Posted by: Guest on July-15-2020

Code answers related to "css hover only when not disabled"

Browse Popular Code Answers by Language