Skip to content

Commit

Permalink
[Chip][material] Add cursor CSS property reset (#38984)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai authored Sep 15, 2023
1 parent 93b3f9c commit 7600bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mui-material/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ const ChipRoot = styled('div', {
borderRadius: 32 / 2,
whiteSpace: 'nowrap',
transition: theme.transitions.create(['background-color', 'box-shadow']),
// reset cursor explicitly in case ButtonBase is used
cursor: 'unset',
// We disable the focus ring for mouse, touch and keyboard users.
outline: 0,
textDecoration: 'none',
Expand Down

0 comments on commit 7600bf2

Please sign in to comment.