Fixes #33913. May close #35158.
Based on ffoodd's idea.
Live preview
Solutions
Commits can be split.
- To allows
.active
on hoverables rows, I tried to implement https://github.com/twbs/bootstrap/issues/33913#issuecomment-841229905. The main issue was the nesting thing, but seems to be fixed by setting the used variables toinitial
. - The second commit is to fix nested tables background. For example with a
.table-dark
on the first table, on main is:
- The third one is just a typo error inside the doc.
Checks
- No regression on table page and surroundings. Couldn't spot any but haven't dig too much.
- No regression on table variants. Couldn't spot any but haven't dig too much.