Skip to content

Commit 04a7652

Browse files
andrewseguinAndrew Seguin
andauthored
fix(material/table): set border none for header cells on last row (#30193)
Co-authored-by: Andrew Seguin <[email protected]>
1 parent 36bdbd8 commit 04a7652

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material/table/table.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
[dir='rtl'] & {
103103
text-align: right;
104104
}
105+
106+
.mdc-data-table__row:last-child > & {
107+
border-bottom: none;
108+
}
105109
}
106110

107111
.mat-mdc-cell {

0 commit comments

Comments
 (0)