Skip to content

Commit 7ed4894

Browse files
authored
PRevent accent-bg from leaking in nested table (#33825)
Fixes #33817 Solution by @Hintzmann in [#33817 (comment)](#33817 (comment)).
1 parent d81d0a9 commit 7ed4894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_tables.scss

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
.table {
66
--#{$variable-prefix}table-bg: #{$table-bg};
7+
--#{$variable-prefix}table-accent-bg: #{$table-bg};
78
--#{$variable-prefix}table-striped-color: #{$table-striped-color};
89
--#{$variable-prefix}table-striped-bg: #{$table-striped-bg};
910
--#{$variable-prefix}table-active-color: #{$table-active-color};

0 commit comments

Comments
 (0)