-
Notifications
You must be signed in to change notification settings - Fork 224
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: Add toolbar dropdown button #684
feat: Add toolbar dropdown button #684
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
background: 'transparent', | ||
}, | ||
hover: { | ||
icon: colors.licorice500, |
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.
Active and hover are using the same color (same goes for ToolbarIconButton
actually). Is this intended?
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's per design! i Will double confirm to make sure this is the intended styles
modules/button/react/stories/visual-testing/stories_ToolbarDropdownButton.tsx
Outdated
Show resolved
Hide resolved
modules/button/react/stories/visual-testing/stories_ToolbarIconButton.tsx
Outdated
Show resolved
Hide resolved
modules/button/react/stories/visual-testing/theming/stories_ToolbarIconButton.tsx
Outdated
Show resolved
Hide resolved
modules/button/react/stories/visual-testing/theming/stories_ToolbarDropdownButton.tsx
Outdated
Show resolved
Hide resolved
…olbarDropdownButton.tsx Co-authored-by: Alex Nicholls <anicholls3@gmail.com>
…olbarIconButton.tsx Co-authored-by: Alex Nicholls <anicholls3@gmail.com>
mc-add-dropdown-icon-button
Summary
Fixes: #685
Add toolbar dropdown button
Blocked on #688