Skip to content

Commit 35291e7

Browse files
authoredJul 21, 2023
[Chip][material] Fix base cursor style to be "auto" not "default" (#38076)
1 parent 71eea59 commit 35291e7

File tree

1 file changed

+0
-2
lines changed
  • packages/mui-material/src/Chip

1 file changed

+0
-2
lines changed
 

‎packages/mui-material/src/Chip/Chip.js

-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ const ChipRoot = styled('div', {
9292
borderRadius: 32 / 2,
9393
whiteSpace: 'nowrap',
9494
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',
9795
// We disable the focus ring for mouse, touch and keyboard users.
9896
outline: 0,
9997
textDecoration: 'none',

0 commit comments

Comments
 (0)
Please sign in to comment.