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(theme): table row background-color in custom containers #3179

Merged
merged 1 commit into from Nov 4, 2023

Conversation

skirtles-code
Copy link
Contributor

I've changed the background-color for table rows in the default theme. Rather than being transparent, it now matches the page background.

This matters for tables inside custom containers, so that the container background doesn't leak into the table.

Before and after:

before and after

I set the background-color on the <tr>. It could have been set on the <table> instead. It wasn't clear to me which was better.

I've marked this as a fix in the commit message, but I'm not sure whether that's really correct in this case.

@brc-dd brc-dd merged commit beecec1 into vuejs:main Nov 4, 2023
7 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants