-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/history #33
Feat/history #33
Conversation
strokeWidth: '1px', | ||
stroke: (theme) => theme.palette.primary.main, | ||
}, | ||
'&:hover:has(input:not(:checked)) svg': { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wont work in firefox but i find it an edge case to have hover effect over a checkbox so I am willing to bite the bullet
top: 'auto', | ||
left: 'auto', | ||
}, | ||
'&:hover:has(input:checked) svg': { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wont work in firefox, but since it is a checkbox hover event I am willing to bite the bullet
No description provided.