Skip to content

Commit

Permalink
Merge pull request #5186 from smeng9/master
Browse files Browse the repository at this point in the history
Make cursor inherit pointer in ChipField when wrapped in <ReferenceField>
  • Loading branch information
djhi authored Aug 25, 2020
2 parents 48bae35 + 53bc84c commit 3414748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/field/ChipField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { FieldProps, InjectedFieldProps, fieldPropTypes } from './types';

const useStyles = makeStyles(
{
chip: { margin: 4 },
chip: { margin: 4, cursor: 'inherit' },
},
{ name: 'RaChipField' }
);
Expand Down

0 comments on commit 3414748

Please sign in to comment.