Answers for "css selector hover not disabled"

CSS
3

not disabled css

:not([disabled])
Posted by: Guest on May-06-2020
0

css disabled hover none

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

Browse Popular Code Answers by Language