Skip to content

Commit

Permalink
Merge pull request #5796 from pat270/LPD-22263
Browse files Browse the repository at this point in the history
fix(@clayui/css): LPD-22263 remove use of fade-in function
  • Loading branch information
matuzalemsteles committed Apr 4, 2024
2 parents 681e97e + 160152d commit 9d77e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-css/src/scss/variables/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $popover-arrow-height: 0.5rem !default;
$popover-arrow-offset: 0.375rem !default;
$popover-arrow-width: 1rem !default;

$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
$popover-arrow-outer-color: rgba($black, 0.25) !default;

$popover-bottom-arrow-color: $popover-header-bg !default;
$popover-bottom-left-arrow-color: $popover-header-bg !default;
Expand Down

0 comments on commit 9d77e9d

Please sign in to comment.