diff --git a/packages/core-components/src/components/Select/Select.tsx b/packages/core-components/src/components/Select/Select.tsx index 02e45c8334..3b6582865c 100644 --- a/packages/core-components/src/components/Select/Select.tsx +++ b/packages/core-components/src/components/Select/Select.tsx @@ -92,13 +92,7 @@ const useStyles = makeStyles( chip: { margin: 2, }, - checkbox: {}, - select: { - '&:hover': { - cursor: 'not-allowed', - }, - }, root: { display: 'flex',