Expected Behavior 🤔
adding cursor: not-allowed; (or other cursor types) to a the CSS of a disabled button should work for authors
Current Behavior 😯
CSS cursor property cannot be set because material-ui library sets pointer-events: none; on disabled buttons which has the side effect of not allowing the cursor property to be set
Expected Behavior 🤔
adding
cursor: not-allowed;(or other cursor types) to a the CSS of a disabled button should work for authorsCurrent Behavior 😯
CSS
cursorproperty cannot be set because material-ui library setspointer-events: none;on disabled buttons which has the side effect of not allowing thecursorproperty to be set