storybook
storybook copied to clipboard
fix(menu): active state for iconbutton
Closes #21665
What I did
Controlled the active state on IconButton
by taking into account the visibility changes on WithTooltip
.
How to test
Checklist
- [ ] Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
- [ ] Make sure to add/update documentation regarding your changes
- [ ] If you are deprecating/removing a feature, make sure to update MIGRATION.MD
Maintainers
- [ ] If this PR should be tested against many or all sandboxes,
make sure to add the
ci:merged
orci:daily
GH label to it. - [ ] Make sure this PR contains one of the labels below.
["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]