Skip to content

Commit 4d306e5

Browse files
committed
chore: clean-up
1 parent d7a56d3 commit 4d306e5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scss/_variables.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ $dropdown-header-color: $gray-600 !default;
13251325
$dropdown-header-padding-x: $dropdown-item-padding-x !default;
13261326
$dropdown-header-padding-y: $dropdown-padding-y !default;
13271327
// fusv-disable
1328-
$dropdown-header-padding: $dropdown-header-padding-y $dropdown-header-padding-x !default; // Deprecated in v5.2.0
1328+
$dropdown-header-padding: $dropdown-header-padding-y $dropdown-header-padding-x !default; // Deprecated in v4.2.6
13291329
// fusv-enable
13301330
// scss-docs-end dropdown-variables
13311331

@@ -1518,12 +1518,6 @@ $popover-arrow-color: $popover-bg !default;
15181518
$popover-arrow-outer-color: var(--#{$prefix}border-color-translucent) !default;
15191519
// fusv-enable
15201520

1521-
// fusv-disable
1522-
// Deprecated in 4.2.0 for CSS variables
1523-
$popover-arrow-color: $popover-bg !default;
1524-
$popover-arrow-outer-color: var(--#{$prefix}border-color-translucent) !default;
1525-
// fusv-enable
1526-
15271521

15281522
// Toasts
15291523

0 commit comments

Comments
 (0)