Skip to content
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

[IconButton] Fix hover background color behavior #43271

Merged
merged 4 commits into from
Aug 12, 2024

Conversation

mnajdova
Copy link
Member

@mnajdova mnajdova commented Aug 12, 2024

The hover behavior was broken on the IconButton component, as the styles are looking for disabledRipple: false (for e.g. check this), while there was no default value set in the component.

Preview: https://deploy-preview-43271--material-ui.netlify.app/material-ui/react-button/#icon-button
Previous behavior: https://next.mui.com/material-ui/react-button/#icon-button

@mnajdova mnajdova added bug 🐛 Something doesn't work component: icon button This is the name of the generic UI component, not the React module! labels Aug 12, 2024
@mui-bot
Copy link

mui-bot commented Aug 12, 2024

Netlify deploy preview

https://deploy-preview-43271--material-ui.netlify.app/

Bundle size report

Details of bundle changes (Toolpad)
Details of bundle changes

Generated by 🚫 dangerJS against 9c595a1

@mnajdova mnajdova marked this pull request as ready for review August 12, 2024 09:53
@mnajdova mnajdova added this to the Material UI: v6 milestone Aug 12, 2024
@mnajdova mnajdova self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: icon button This is the name of the generic UI component, not the React module!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants