diff --git a/packages/mui-joy/src/Link/Link.tsx b/packages/mui-joy/src/Link/Link.tsx index 432e8db1660c74..cb00cbcfc0e956 100644 --- a/packages/mui-joy/src/Link/Link.tsx +++ b/packages/mui-joy/src/Link/Link.tsx @@ -128,7 +128,6 @@ const LinkRoot = styled('a', { }), }, }), - userSelect: 'none', MozAppearance: 'none', // Reset WebkitAppearance: 'none', // Reset '&::-moz-focus-inner': { diff --git a/packages/mui-material-next/src/Button/Button.tsx b/packages/mui-material-next/src/Button/Button.tsx index 69cd22d87023a7..9ae797af859eec 100644 --- a/packages/mui-material-next/src/Button/Button.tsx +++ b/packages/mui-material-next/src/Button/Button.tsx @@ -294,7 +294,6 @@ export const ButtonRoot = styled('button', { border: 0, margin: `var(--Button-margin, 0)`, // Remove the margin in Safari by default cursor: 'pointer', - userSelect: 'none', verticalAlign: 'middle', MozAppearance: 'none', // Reset WebkitAppearance: 'none', // Reset diff --git a/packages/mui-material/src/ButtonBase/ButtonBase.js b/packages/mui-material/src/ButtonBase/ButtonBase.js index 414a9d640303c3..e9a41cfcf14c87 100644 --- a/packages/mui-material/src/ButtonBase/ButtonBase.js +++ b/packages/mui-material/src/ButtonBase/ButtonBase.js @@ -47,7 +47,6 @@ export const ButtonBaseRoot = styled('button', { borderRadius: 0, padding: 0, // Remove the padding in Firefox cursor: 'pointer', - userSelect: 'none', verticalAlign: 'middle', MozAppearance: 'none', // Reset WebkitAppearance: 'none', // Reset diff --git a/packages/mui-material/src/Chip/Chip.js b/packages/mui-material/src/Chip/Chip.js index 5c27c9cba8ed3e..874abb04a71975 100644 --- a/packages/mui-material/src/Chip/Chip.js +++ b/packages/mui-material/src/Chip/Chip.js @@ -195,7 +195,6 @@ const ChipRoot = styled('div', { }, ({ theme, ownerState }) => ({ ...(ownerState.clickable && { - userSelect: 'none', WebkitTapHighlightColor: 'transparent', cursor: 'pointer', '&:hover': { diff --git a/packages/mui-material/src/Link/Link.js b/packages/mui-material/src/Link/Link.js index 6bcb98420b7660..5df0085353cb59 100644 --- a/packages/mui-material/src/Link/Link.js +++ b/packages/mui-material/src/Link/Link.js @@ -72,7 +72,6 @@ const LinkRoot = styled(Typography, { borderRadius: 0, padding: 0, // Remove the padding in Firefox cursor: 'pointer', - userSelect: 'none', verticalAlign: 'middle', MozAppearance: 'none', // Reset WebkitAppearance: 'none', // Reset