Skip to content

Commit ab44d45

Browse files
kseamonandrewseguin
authored andcommittedJan 13, 2025·
perf(material/table): Optimize expensive css selector (#30305)
(cherry picked from commit 5142268)
1 parent 6c8c976 commit ab44d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/material/table/table.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
@include token-utils.create-token-slot(letter-spacing, row-item-label-text-tracking);
114114
line-height: inherit;
115115

116-
.mdc-data-table__row:last-child & {
116+
.mdc-data-table__row:last-child > & {
117117
border-bottom: none;
118118
}
119119
}

0 commit comments

Comments
 (0)
Please sign in to comment.