Skip to content

Commit

Permalink
fix(material/table): set border none for header cells on last row (#3…
Browse files Browse the repository at this point in the history
…0193)

Co-authored-by: Andrew Seguin <andrewseguin@google.com>
  • Loading branch information
andrewseguin and Andrew Seguin authored Dec 17, 2024
1 parent 36bdbd8 commit 04a7652
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/material/table/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
[dir='rtl'] & {
text-align: right;
}

.mdc-data-table__row:last-child > & {
border-bottom: none;
}
}

.mat-mdc-cell {
Expand Down

0 comments on commit 04a7652

Please sign in to comment.