Skip to content

Commit

Permalink
UHF-8509: Unwrapped sebra styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Oct 19, 2023
1 parent 398e499 commit 9d7c637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/04_elements/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ table {
padding: 0;
width: auto;

table:has(tr:nth-child(n+5)) tr:nth-child(even) td {
background: $color-black-5;
}

td,
th {
border-bottom: 1px solid $color-black-50;
Expand Down Expand Up @@ -54,3 +50,7 @@ table {
background: $color-white;
}
}

table:has(tr:nth-child(n+5)) tr:nth-child(even) td {
background: $color-black-5;
}

0 comments on commit 9d7c637

Please sign in to comment.