Skip to content

Commit

Permalink
fix(forms): remove user-select: none from radio and checkbox labels (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkey committed Oct 12, 2022
1 parent 9e06616 commit 0e6b986
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions packages/forms/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"index.cjs.js": {
"bundled": 142199,
"minified": 97743,
"gzipped": 17298
"bundled": 142182,
"minified": 97726,
"gzipped": 17296
},
"index.esm.js": {
"bundled": 132967,
"minified": 89484,
"gzipped": 16866,
"bundled": 132950,
"minified": 89467,
"gzipped": 16864,
"treeshaked": {
"rollup": {
"code": 73105,
"code": 73088,
"import_statements": 745
},
"webpack": {
"code": 80899
"code": 80882
}
}
}
Expand Down
1 change: 0 additions & 1 deletion packages/forms/src/styled/radio/StyledRadioLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const StyledRadioLabel = styled(StyledLabel).attrs({
display: inline-block; /* [1] */
position: relative;
cursor: pointer;
user-select: none;
${props => sizeStyles(props)};
Expand Down

0 comments on commit 0e6b986

Please sign in to comment.