You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using BS5 table variants like "table-light", "table-dark" etc select does not draw/coloring as expected.
See example http://live.datatables.net/huhaciwu/1/edit (with and without table variant enable)
Default BS5 sets the --bs-table-bg: transparent, but when you use "table-light" then coloring is --bs-table-bg: #f8f9fa;
Tried to put "!important" behind the coloring of "background-color" in the select.css, without any effect.
Hi - thanks for posting this question. You are right - at the moment we don't take into account Bootstrap 5 table variants and variables yet. It is something I plan to support in future.
When using BS5 table variants like "table-light", "table-dark" etc select does not draw/coloring as expected.
See example http://live.datatables.net/huhaciwu/1/edit (with and without table variant enable)
Default BS5 sets the --bs-table-bg: transparent, but when you use "table-light" then coloring is --bs-table-bg: #f8f9fa;
Tried to put "!important" behind the coloring of "background-color" in the select.css, without any effect.
Note on variants: https://getbootstrap.com/docs/5.0/content/tables/
This is what happens behind the "scenes".
The text was updated successfully, but these errors were encountered: