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

Table Header text color isn't set correctly when a thead is present #3807

Open
b-nik opened this issue Apr 29, 2024 · 0 comments
Open

Table Header text color isn't set correctly when a thead is present #3807

b-nik opened this issue Apr 29, 2024 · 0 comments

Comments

@b-nik
Copy link

b-nik commented Apr 29, 2024

Normally, when a tr has a color class let's say "is-link", the text will get the invert color so it's readable.

However, when we're inside a thead, this doesn't happen because this line https://github.com/jgthms/bulma/blob/main/sass/elements/table.scss#L161 seems to be setting a single color for all cases.

I can set the $table-head-background-color and $table-head-cell-color variables and that's fine - but I feel like it should also work with specifically setting a class on tr regardless of thead existing or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant