-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[core] feat: add MenuItem small modifier, extend MenuDivider width #6269
Conversation
Merge remote-tracking branch 'origin/develop' into ad/menu-item-stylingBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Remove MenuSection and noPadding propBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Fix Omnibar, Navigator, and select examplesBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
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.
self-review
packages/docs-app/src/examples/core-examples/menuItemExample.tsx
Outdated
Show resolved
Hide resolved
packages/docs-app/src/examples/select-examples/suggestExample.tsx
Outdated
Show resolved
Hide resolved
address self-review, update docsBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
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.
LGTM
fix :active stylesBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Checklist
Changes proposed in this pull request:
MenuItem
): add support forsmall
size modifier propMenuItem
): remove constraint that prevents both selected "tick" icon andicon
prop from being shown at the same timeMenuItem
): "selected" styles no longer extend "active" styles (this is mostly an internal change)Reviewers should focus on:
No regressions in selected styling and possible CSS overrides consumers may be applying on
.bp5-menu-item.bp5-selected
elements.Screenshot