Skip to content

Commit

Permalink
[FormControlLabel] Allow highlighted options to be selectable (#9713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chopinsky authored and oliviertassinari committed Jan 5, 2018
1 parent a851dfa commit 1a19bb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Form/FormControlLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ export const styles = theme => ({
color: theme.palette.text.disabled,
cursor: 'default',
},
label: {
userSelect: 'none',
},
label: {},
});

/**
Expand Down

0 comments on commit 1a19bb7

Please sign in to comment.