Skip to content

Commit 67da8cc

Browse files
committed
refactor: update variables
1 parent 19188a7 commit 67da8cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scss/_variables.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ $table-cell-padding-x-sm: .25rem !default;
754754
$table-cell-vertical-align: top !default;
755755

756756
$table-color: var(--#{$prefix}body-color) !default;
757-
$table-bg: transparent !default;
757+
$table-bg: var(--#{$prefix}body-bg) !default;
758758
$table-accent-bg: transparent !default;
759759

760760
$table-th-font-weight: null !default;
@@ -1462,7 +1462,7 @@ $tooltip-margin: null !default; // TODO: remove this in v6
14621462
$tooltip-arrow-width: .8rem !default;
14631463
$tooltip-arrow-height: .4rem !default;
14641464
// fusv-disable
1465-
$tooltip-arrow-color: null !default; // Deprecated in Bootstrap 5.2.0 for CSS variables
1465+
$tooltip-arrow-color: null !default; // Deprecated in 4.2.0 for CSS variables
14661466
// fusv-enable
14671467
// scss-docs-end tooltip-variables
14681468

@@ -1504,13 +1504,13 @@ $popover-arrow-height: .5rem !default;
15041504
// scss-docs-end popover-variables
15051505

15061506
// fusv-disable
1507-
// Deprecated in Bootstrap 5.2.0 for CSS variables
1507+
// Deprecated in 4.2.0 for CSS variables
15081508
$popover-arrow-color: $popover-bg !default;
15091509
$popover-arrow-outer-color: var(--#{$prefix}border-color-translucent) !default;
15101510
// fusv-enable
15111511

15121512
// fusv-disable
1513-
// Deprecated in Bootstrap 5.2.0 for CSS variables
1513+
// Deprecated in 4.2.0 for CSS variables
15141514
$popover-arrow-color: $popover-bg !default;
15151515
$popover-arrow-outer-color: var(--#{$prefix}border-color-translucent) !default;
15161516
// fusv-enable
@@ -1646,7 +1646,7 @@ $callout-border-radius: var(--#{$prefix}border-radius) !default;
16461646
$callout-border-width: var(--#{$prefix}border-width) !default;
16471647
$callout-border-color: var(--#{$prefix}border-color) !default;
16481648
$callout-border-left-width: calc($callout-border-width * 4) !default; // stylelint-disable-line function-disallowed-list
1649-
1649+
16501650
$callout-variants: (
16511651
"primary": $primary,
16521652
"secondary": $secondary,
@@ -1709,7 +1709,7 @@ $list-group-action-active-bg: var(--#{$prefix}secondary-bg) !default;
17091709
// scss-docs-end list-group-variables
17101710

17111711

1712-
// Header //TODO: check
1712+
// Header // TODO: check
17131713
// scss-docs-start header-variables
17141714
$header-min-height: 4rem !default;
17151715
$header-padding-y: $spacer * .5 !default;

0 commit comments

Comments
 (0)