Closed Barbara-358 closed 3 years ago
looking at the commit log for the latest update, seems it used to be set to transparent but not anymore:
Hey @Barbara-358, thanks for the bug report. Will take a look...
Hey, I have the same problem: Since a few days the background colors I set on table cells are getting ignored/overwritten. I just tested it with some themes and it still doesn't seem to work with darkly and sketchy for example (cyborg, journal, minty and morph are working fine though).
Hey @thomaspark , the download from the website (https://bootswatch.com/5/flatly/bootstrap.min.css) still has the --bs-table-accent-bg:#ecf0f1;
CSS. When will that be updated? Thanks, be well.
Hey @Barbara-358, we'll have to wait till the next Bootstrap version to do a release and update the site, but you can grab the latest from the v5
branch in the meantime.
Hi,
The setting for the table class's
bs-table-accent-bg
is now seemingly overriding other colouring settings.In
https://bootswatch.com/5/flatly/bootstrap.min.css
:This colours the entire table in
#ecf0f1
.I've had this same HTML code for months now, but suddenly, unless I include an override in the
<header>
like this, my table is coloured all blue:This is my html:
This is what it used to look like/looks like if I override
bs-table-accent-bg
:What's changed?