Skip to content

Commit

Permalink
fix(table): apply zebra color only to tbody (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and GitHub Enterprise committed Sep 10, 2021
1 parent 07594fd commit 8cd3006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ng-aquila/src/table/table.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $sticky-shadow-size: nx-spacer(m);
}
}

:host(.nx-table--zebra) ::ng-deep {
:host(.nx-table--zebra) ::ng-deep tbody {
.nx-expandable-table-row {
&:nth-child(4n) {
@include var(background, zebra-table-even-row-background-color);
Expand Down

0 comments on commit 8cd3006

Please sign in to comment.