Skip to content

Commit

Permalink
perf(material/table): Optimize expensive css selector (#30305)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5142268)
  • Loading branch information
kseamon authored and andrewseguin committed Jan 13, 2025
1 parent 6c8c976 commit ab44d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/table/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
@include token-utils.create-token-slot(letter-spacing, row-item-label-text-tracking);
line-height: inherit;

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

0 comments on commit ab44d45

Please sign in to comment.