Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(material/table): set border none for header cells on last row #30193

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

andrewseguin
Copy link
Contributor

This affects tables that want to use a th element in each data row. The last row's header cell should not have a bottom border, similar to other data cells in the last row

Inspired by #27762 which cannot be merged due to missing CLA.

Fixes #27731

@andrewseguin andrewseguin requested a review from a team as a code owner December 16, 2024 17:25
@andrewseguin andrewseguin requested review from crisbeto and amysorto and removed request for a team December 16, 2024 17:25
@andrewseguin andrewseguin added the target: patch This PR is targeted for the next patch release label Dec 16, 2024
@andrewseguin andrewseguin removed the request for review from crisbeto December 17, 2024 17:42
@andrewseguin andrewseguin added the action: merge The PR is ready for merge by the caretaker label Dec 17, 2024
@andrewseguin andrewseguin merged commit 04a7652 into angular:main Dec 17, 2024
19 of 21 checks passed
andrewseguin added a commit that referenced this pull request Dec 17, 2024
…0193)

Co-authored-by: Andrew Seguin <andrewseguin@google.com>
(cherry picked from commit 04a7652)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: material/table target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(material/table): last row border inconsistency
2 participants