Answers for "disabled button hover cursor"

CSS
2

disable cursor css

/* This will make all the links invalid */
pointer-events:none;
Posted by: Guest on March-07-2021
2

css button disabled hover

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

Browse Popular Code Answers by Language