Skip to content

Commit

Permalink
fix: restrict input selector to type checkox only
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeliatf committed Sep 18, 2024
1 parent 9e78fd1 commit 1a6c87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/List/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const StyledUl = styled('ul', {
p: 0,
color: '$textDefault',

'&:has(li > span > input)': {
'&:has(li > span > input[type="checkbox"])': {
m: 0,
listStyle: 'none',
li: {
Expand Down

0 comments on commit 1a6c87a

Please sign in to comment.