Skip to content

Commit

Permalink
[data grid] Get correct width for invisible iconContainer (#16399)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Jan 31, 2025
1 parent b02722e commit 0736d31
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 0736d31

Please sign in to comment.