Skip to content

disabled buttons have pointer-events: none which prevent overriding of cursor property #14455

@andyford

Description

@andyford
  • This is not a v0.x issue.
  • I have searched the issues of this repository and believe that this is not a duplicate.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGreat for first contributions. Enable to learn the contribution process.hacktoberfesthttps://hacktoberfest.digitalocean.com/scope: buttonChanges related to the button.type: bugIt doesn't behave as expected.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions