Skip to content

Commit

Permalink
[IconButton] Fix border radius cutting of badges on IE11 (mui#12743)
Browse files Browse the repository at this point in the history
* [IconButton] Fix border radius cutting of badges on IE11

* Add a comment in case we forget why
  • Loading branch information
novascreen authored and marcelpanse committed Oct 2, 2018
1 parent 26f3014 commit ff477ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/IconButton/IconButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const styles = theme => ({
height: 48,
padding: 0,
borderRadius: '50%',
overflow: 'visible', // Explicitly set the default value to solve a bug on IE11.
color: theme.palette.action.active,
transition: theme.transitions.create('background-color', {
duration: theme.transitions.duration.shortest,
Expand Down

0 comments on commit ff477ca

Please sign in to comment.