Skip to content

Commit

Permalink
[Chip][material] Fix base cursor style to be "auto" not "default" (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Jul 21, 2023
1 parent 71eea59 commit 35291e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mui-material/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ const ChipRoot = styled('div', {
borderRadius: 32 / 2,
whiteSpace: 'nowrap',
transition: theme.transitions.create(['background-color', 'box-shadow']),
// label will inherit this from root, then `clickable` class overrides this for both
cursor: 'default',
// We disable the focus ring for mouse, touch and keyboard users.
outline: 0,
textDecoration: 'none',
Expand Down

0 comments on commit 35291e7

Please sign in to comment.