Skip to content

Commit

Permalink
fixed comments after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanashopify committed Mar 15, 2024
1 parent 0add4c7 commit e1db338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polaris-react/src/components/IndexTable/IndexTable.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@
border-color: var(--p-color-border);
}

// stylelint-disable-next-line selector-max-class -- makes subheader borders not visible
/* stylelint-disable-next-line selector-max-class -- makes subheader borders not visible */
&.TableRow-borderless {
border: 0;
// stylelint-disable-next-line selector-max-combinators, selector-max-class, selector-max-specificity -- makes subheader borders not visible
/* stylelint-disable-next-line selector-max-combinators, selector-max-class, selector-max-specificity -- makes subheader borders not visible */
&,
.TableCell:first-child,
.TableCell-first,
Expand Down

0 comments on commit e1db338

Please sign in to comment.