From 7ed48943cfa5044163c11ceecd914e965c066f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 13 May 2021 07:39:37 +0200 Subject: [PATCH] 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). --- scss/_tables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_tables.scss b/scss/_tables.scss index 50368293a99b..19f679d28871 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};