mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 20:02:53 +01:00
PRevent accent-bg from leaking in nested table (#33825)
Fixes #33817 Solution by @Hintzmann in [#33817 (comment)](https://github.com/twbs/bootstrap/issues/33817#issuecomment-831718042).
This commit is contained in:
parent
d81d0a92d4
commit
7ed48943cf
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
.table {
|
.table {
|
||||||
--#{$variable-prefix}table-bg: #{$table-bg};
|
--#{$variable-prefix}table-bg: #{$table-bg};
|
||||||
|
--#{$variable-prefix}table-accent-bg: #{$table-bg};
|
||||||
--#{$variable-prefix}table-striped-color: #{$table-striped-color};
|
--#{$variable-prefix}table-striped-color: #{$table-striped-color};
|
||||||
--#{$variable-prefix}table-striped-bg: #{$table-striped-bg};
|
--#{$variable-prefix}table-striped-bg: #{$table-striped-bg};
|
||||||
--#{$variable-prefix}table-active-color: #{$table-active-color};
|
--#{$variable-prefix}table-active-color: #{$table-active-color};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user