Skip to content

Commit

Permalink
improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Apr 21, 2022
1 parent 01aff90 commit fb451cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ export const Checkbox = ({
left: 0,
zIndex: 1,
opacity: 0.0001,
'&:hover': {
cursor: inputProps.disabled ? 'not-allowed' : 'pointer',
},
cursor: inputProps.disabled ? 'not-allowed' : 'pointer',
}}
{...inputProps}
{...focusProps}
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/Checkbox/CheckboxGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const CheckboxGroup = ({
display: 'flex',
flexDirection: 'column',
alignItems: 'left',
gap: 2,
}}
css={styles.group}
>
Expand Down

0 comments on commit fb451cb

Please sign in to comment.