Skip to content

Commit

Permalink
Update _variables.scss
Browse files Browse the repository at this point in the history
Quick fix for bootstrap 5.3.0

See: 
apalfrey#75 (comment)
  • Loading branch information
dariocarbone committed Jun 1, 2023
1 parent ab448b2 commit 04d21a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $s2bs5-clear-width: .75rem !default;
$s2bs5-clear-height: .75rem !default;
$s2bs5-clear-padding-y: $btn-close-padding-y !default;
$s2bs5-clear-padding-x: $btn-close-padding-x !default;
$s2bs5-clear-icon: str-replace($btn-close-bg, #{$btn-close-color}, #{shade-color($s2bs5-border-color, 50%)}) !default;
$s2bs5-clear-icon: str-replace($btn-close-bg, #{$btn-close-color}, #{shade-color(red, 50%)}) !default;
$s2bs5-clear-bg: transparent escape-svg($s2bs5-clear-icon) center / $s2bs5-clear-height auto no-repeat !default;
$s2bs5-clear-hover-bg: transparent escape-svg($btn-close-bg) center / $s2bs5-clear-height auto no-repeat !default;

Expand Down

0 comments on commit 04d21a4

Please sign in to comment.