File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1325,7 +1325,7 @@ $dropdown-header-color: $gray-600 !default;
1325
1325
$dropdown-header-padding-x : $dropdown-item-padding-x !default ;
1326
1326
$dropdown-header-padding-y : $dropdown-padding-y !default ;
1327
1327
// 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
1329
1329
// fusv-enable
1330
1330
// scss-docs-end dropdown-variables
1331
1331
@@ -1518,12 +1518,6 @@ $popover-arrow-color: $popover-bg !default;
1518
1518
$popover-arrow-outer-color : var (--#{$prefix}border-color-translucent ) !default ;
1519
1519
// fusv-enable
1520
1520
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
-
1527
1521
1528
1522
// Toasts
1529
1523
You can’t perform that action at this time.
0 commit comments