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

Background color variables for table head and foot #2046

Closed
DJWoodZ opened this issue Aug 8, 2018 · 2 comments · Fixed by tghelere/valorize-vidas#6 · May be fixed by devopsred/gaia#6, anikets43/angular-ngrx-socket-frontend#4 or jwlh/WDI_GROUP_PROJECT#2

Comments

@DJWoodZ
Copy link

DJWoodZ commented Aug 8, 2018

This is a question/feature request about Bulma.

Overview of the request

This is about the Bulma CSS framework
I'm using Bulma version 0.7.1
I am sure this issue is not a duplicate

Description

Would it be possible to add variables to set the background color of table head and foot independently from the table background ($table-background-color) please?

For example:

$table-head-background-color: $grey-dark;
$table-foot-background-color: $grey-dark;

I appreciate these can be set easily without the existence of these variables, but it would help if they existed.

Thanks!

@DJWoodZ
Copy link
Author

DJWoodZ commented Aug 8, 2018

For completeness it probably makes sense to also add a variable for table body too:

$table-body-background-color: $grey-dark;

@motionsuggests
Copy link
Contributor

👍 I was about to open a request for this. I'm willing to take a shot at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment