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>
(cherry picked from commit 04a7652)
  • Loading branch information
andrewseguin committed Dec 17, 2024
1 parent 050b59b commit b724b06
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
@@ -102,6 +102,10 @@
[dir='rtl'] & {
text-align: right;
}

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

.mat-mdc-cell {

0 comments on commit b724b06

Please sign in to comment.