Skip to content

Commit

Permalink
[data grid] Get correct width for invisible iconContainer (mui#16399)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored and A-s-h-o-k committed Feb 4, 2025
1 parent 15af784 commit 6731651
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@ export const GridRootStyles = styled('div', {
overflow: 'visible !important',
},
'@media (hover: hover)': {
[`& .${c.iconButtonContainer}`]: {
width: '0 !important',
visibility: 'hidden !important',
},
[`& .${c.menuIcon}`]: {
width: '0 !important',
visibility: 'hidden !important',
Expand Down

0 comments on commit 6731651

Please sign in to comment.