aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGaĆ«l Poupard <[email protected]>2021-05-13 07:39:37 +0200
committerGitHub <[email protected]>2021-05-13 08:39:37 +0300
commit7ed48943cfa5044163c11ceecd914e965c066f30 (patch)
tree65c54b82aa379d0208b1d97f2de22c24530a68bc /scss
parentd81d0a92d4c250e010eb085fe4b35824d12b4c8c (diff)
downloadbootstrap-7ed48943cfa5044163c11ceecd914e965c066f30.tar.xz
bootstrap-7ed48943cfa5044163c11ceecd914e965c066f30.zip
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).
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 50368293a..19f679d28 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -4,6 +4,7 @@
.table {
--#{$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-bg: #{$table-striped-bg};
--#{$variable-prefix}table-active-color: #{$table-active-color};