Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 342f9a4

Browse files
committed
refactored back styles nesting under stylelint rule
1 parent 1d960b0 commit 342f9a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

polaris-react/src/components/IndexTable/IndexTable.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,10 @@ $loading-panel-height: 53px;
794794
}
795795

796796
// stylelint-disable-next-line selector-max-combinators, selector-max-class, selector-max-specificity -- makes first column background secondary for subheader row type
797-
.TableRow-subheader .TableCell:first-child {
798-
background-color: var(--p-color-bg-surface-secondary);
797+
.TableRow-subheader {
798+
.TableCell:first-child {
799+
background-color: var(--p-color-bg-surface-secondary);
800+
}
799801
}
800802
}
801803

0 commit comments

Comments
 (0)