Skip to content

Commit

Permalink
removed extra styles for borderless
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanashopify committed Mar 18, 2024
1 parent 58148c1 commit 804ca2c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions polaris-react/src/components/IndexTable/IndexTable.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,19 +261,6 @@
font-size: var(--p-font-size-300);
background-color: var(--p-color-bg-surface-secondary);
}

/* 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 */
&,
.TableCell:first-child,
.TableCell-first,
.TableCell-first + .TableCell,
.TableCell:last-child {
border: 0;
}
}
}

&.TableRow-child {
Expand Down

0 comments on commit 804ca2c

Please sign in to comment.