Skip to content

Commit

Permalink
fix(slash): remove deprecated sass fade-in() method (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
buddyvegas authored Oct 1, 2024
1 parent 9e56be5 commit c429682
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion slash/css/src/common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,10 @@ $popover-arrow-width: 1rem !default;
$popover-arrow-height: 0.5rem !default;
$popover-arrow-color: $popover-bg !default;

$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
$popover-arrow-outer-color: color.adjust(
$popover-border-color,
$alpha: 0.05
) !default;

// Badges

Expand Down

0 comments on commit c429682

Please sign in to comment.