Skip to content

Commit

Permalink
Third round of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Sep 15, 2022
1 parent 68f5640 commit 6d4aabc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/_variables.scss
Expand Up @@ -893,7 +893,7 @@ $btn-border-radius: $border-radius !default;
$btn-border-radius-sm: $border-radius-sm !default;
$btn-border-radius-lg: $border-radius-lg !default;

$btn-transition: null !default; // boosted mod
$btn-transition: null !default; // Boosted mod
// scss-docs-end btn-variables

// Boosted mod: icon button
Expand Down Expand Up @@ -1372,8 +1372,9 @@ $dropdown-header-color: $black !default;
$dropdown-header-padding-x: $dropdown-item-padding-x !default;
$dropdown-header-padding-y: $spacer !default; // Boosted mod
// fusv-disable
$dropdown-header-padding: $dropdown-header-padding-y $dropdown-header-padding-x !default; // Deprecated in v5.3.0
$dropdown-header-padding: $dropdown-header-padding-y $dropdown-header-padding-x !default; // Deprecated in v5.2.0
// fusv-enable
// scss-docs-end dropdown-variables

// scss-docs-start dropdown-dark-variables
$dropdown-dark-color: $white !default; // Boosted mod
Expand Down Expand Up @@ -1411,9 +1412,8 @@ $pagination-focus-box-shadow: $input-btn-focus-box-shadow !default; // Boo
$pagination-focus-color: var(--#{$prefix}link-color) !default;
$pagination-focus-bg: null !default;
// fusv-disable
$pagination-focus-outline: $pagination-border-width solid $pagination-focus-color !default; // Deprecated in v5.2.0
$pagination-focus-outline: $pagination-border-width solid $pagination-focus-color !default; // Deprecated in v5.3.0
// fusv-enable
// Boosted mod: no $pagination-focus-outline

$pagination-hover-color: var(--#{$prefix}link-color) !default; // Boosted mod
$pagination-hover-bg: null !default;
Expand Down

0 comments on commit 6d4aabc

Please sign in to comment.