Skip to content

Commit

Permalink
fix(table): fixes even row styling (#48)
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
kyubisation authored Jun 21, 2019
1 parent 57a075d commit 227da9b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ $tableCaptionColor: $sbbColorGrey;
tbody {
> tr {
&:nth-child(even) {
th,
td {
background-color: $tableTbodyStripesBgColor;
}
background-color: $tableTbodyStripesBgColor;
}

th,
Expand Down

0 comments on commit 227da9b

Please sign in to comment.