Skip to content

Commit

Permalink
Only target direct descendents
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hebler committed Dec 21, 2020
1 parent 881cca6 commit 1d42b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/6-components/table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@

&--bordered {
border: 1px solid $color-white-off;
tr {
tbody > tr {
border-top: 1px solid $color-white-off;
}
td, th {
tr > td, tr > th {
border-left: 1px solid $color-white-off;
}
}
Expand Down

0 comments on commit 1d42b3d

Please sign in to comment.