We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 71eea59 commit 35291e7Copy full SHA for 35291e7
packages/mui-material/src/Chip/Chip.js
@@ -92,8 +92,6 @@ const ChipRoot = styled('div', {
92
borderRadius: 32 / 2,
93
whiteSpace: 'nowrap',
94
transition: theme.transitions.create(['background-color', 'box-shadow']),
95
- // label will inherit this from root, then `clickable` class overrides this for both
96
- cursor: 'default',
97
// We disable the focus ring for mouse, touch and keyboard users.
98
outline: 0,
99
textDecoration: 'none',
0 commit comments