Skip to content

Commit

Permalink
[Table] Remove legacy fix for JSS (#25692)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Apr 10, 2021
1 parent 346ed6c commit 87ae5ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/material-ui/src/TableSortLabel/TableSortLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ const TableSortLabelRoot = experimentalStyled(
},
[`&.${tableSortLabelClasses.active}`]: {
color: theme.palette.text.primary,
// && instead of & is a workaround for https://github.com/cssinjs/jss/issues/1045
[`&& .${tableSortLabelClasses.icon}`]: {
[`& .${tableSortLabelClasses.icon}`]: {
opacity: 1,
color: theme.palette.text.secondary,
},
Expand Down

0 comments on commit 87ae5ae

Please sign in to comment.