Skip to content

Commit

Permalink
PRevent accent-bg from leaking in nested table (#33825)
Browse files Browse the repository at this point in the history
Fixes #33817

Solution by  @Hintzmann in [#33817 (comment)](#33817 (comment)).
  • Loading branch information
ffoodd authored May 13, 2021
1 parent d81d0a9 commit 7ed4894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 7ed4894

Please # to comment.