]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
PRevent accent-bg from leaking in nested table (#33825)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Thu, 13 May 2021 05:39:37 +0000 (07:39 +0200)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 05:39:37 +0000 (08:39 +0300)
Fixes #33817

Solution by  @Hintzmann in [#33817 (comment)](https://github.com/twbs/bootstrap/issues/33817#issuecomment-831718042).

scss/_tables.scss

index 50368293a99b12b238c9b2be91491b3f440dda40..19f679d28871f40549a7429cfd26a51f1b81ae6f 100644 (file)
@@ -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};