Answers for "cursor pointer on disabled button"

CSS
1

disabled cursor pointer

.not-allowed {
     pointer-events: auto! important;
     cursor: not-allowed! important;
}
Posted by: Guest on March-23-2022

Code answers related to "cursor pointer on disabled button"

Browse Popular Code Answers by Language