From: Coleman Watts Date: Thu, 16 Sep 2021 15:29:55 +0000 (-0400) Subject: Fixes dev/drupal#164 scss compile error X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7e1d111a0ce429f21eefb7164a9b57e54ef8bfed;p=civicrm-core.git Fixes dev/drupal#164 scss compile error --- diff --git a/ext/greenwich/scss/_greenwich.scss b/ext/greenwich/scss/_greenwich.scss index 0bf1a36276..556d64b02e 100644 --- a/ext/greenwich/scss/_greenwich.scss +++ b/ext/greenwich/scss/_greenwich.scss @@ -566,7 +566,7 @@ $popover-arrow-color: $popover-bg; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1); //** Popover outer arrow color -$popover-arrow-outer-color: fadein($popover-border-color, 5%); +$popover-arrow-outer-color: fade_in($popover-border-color, 0.05); //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%);