-
Notifications
You must be signed in to change notification settings - Fork 16
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
New DS core components: Menu & MenuItem #870
Conversation
Pull Request Test Coverage Report for Build 9349880137Details
💛 - Coveralls |
Visit the preview URL for this PR (updated for commit 1ac01a6): https://cartodb-fb-storybook-react-dev--pr870-feature-ds-menu-r8e6x0dn.web.app (expires Mon, 10 Jun 2024 12:16:38 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 517cc4d31d7e09cf277774e034094b67c301cd4c |
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.
Good job, LGTM
@@ -25,6 +25,9 @@ const StyledSelect = styled(Select)(({ theme }) => ({ | |||
}, | |||
'& .MuiSelect-select .MuiMenuItem-root:hover': { | |||
backgroundColor: 'transparent' | |||
}, | |||
'&.MuiInputBase-root .MuiSelect-select.MuiSelect-multiple': { | |||
paddingRight: theme.spacing(7) |
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.
Looks (potentially) a bit risky for current use cases... isn't it?
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.
It applies only to multiple selection case, and we need it globally for this use case 👍
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.
👍🏻 . Nice 'destructive' additions
Description
Shortcut: https://app.shortcut.com/cartoteam/story/292331/core-new-component-menu-dropdown
[sc-292331]