@@ -108,7 +108,7 @@ $loading-panel-height: 53px;
108108
109109 // This is to bust specificity with .Table-scrolling and TableCell:first-child or TableCell:first-child + TableCell bg color above.
110110 .TableRow-subdued {
111- // stylelint-disable-next-line selector-max-class, selector-max-combinators, selector-max-specificity, selector-max-compound-selectors -- se23 overrides
111+ // stylelint-disable-next-line selector-max-class, selector-max-combinators, selector-max-specificity, selector-max-compound-selectors -- bg color overrides
112112 .TableCell-first ,
113113 .TableCell-first + .TableCell {
114114 background-color : var (--p-color-bg-subdued );
@@ -209,7 +209,7 @@ $loading-panel-height: 53px;
209209
210210 // NOTE: `-hovered` must come after `-selected` so elements don't appear to lose their interactivity when selected.
211211 & .TableRow-hovered {
212- // stylelint-disable selector-max-class, selector-max-specificity, selector-max-combinators -- se23 status hover styles
212+ // stylelint-disable selector-max-class, selector-max-specificity, selector-max-combinators -- status hover styles
213213 & ,
214214 .TableCell-first ,
215215 .TableCell-first + .TableCell {
@@ -247,7 +247,7 @@ $loading-panel-height: 53px;
247247 background-color : var (--p-color-bg-subdued-hover );
248248 }
249249 }
250- // stylelint-enable selector-max-class, selector-max-specificity, selector-max-combinators -- se23 status hover styles
250+ // stylelint-enable selector-max-class, selector-max-specificity, selector-max-combinators -- status hover styles
251251 }
252252
253253 // stylelint-disable-next-line selector-max-class -- generated by polaris-migrator DO NOT COPY
@@ -653,7 +653,7 @@ $loading-panel-height: 53px;
653653 }
654654 // This is to bust specificity with Table-unselectable and TableCel:first-child bg color above.
655655 .TableRow-subdued :not (.TableRow-hovered ) {
656- // stylelint-disable-next-line selector-max-class, selector-max-combinators, selector-max-specificity -- se23 override
656+ // stylelint-disable-next-line selector-max-class, selector-max-combinators, selector-max-specificity -- bg color override
657657 .TableCell :first-child {
658658 background-color : var (--p-color-bg-subdued );
659659 }
0 commit comments