From aa9647a0919427d47179d29c9d9a1ac37a0aeac3 Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Wed, 3 Mar 2021 11:42:10 -0500 Subject: [PATCH] remove opacity --- src/plugins/maps_legacy/public/map/_legend.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/maps_legacy/public/map/_legend.scss b/src/plugins/maps_legacy/public/map/_legend.scss index 2c50e214c248b..27016840cfabf 100644 --- a/src/plugins/maps_legacy/public/map/_legend.scss +++ b/src/plugins/maps_legacy/public/map/_legend.scss @@ -1,6 +1,6 @@ .visMapLegend { @include fontSize(11px); - @include euiBottomShadowMedium($color: $euiShadowColorLarge, $opacity: .1); + @include euiBottomShadowMedium($color: $euiShadowColorLarge); font-family: $euiFontFamily; font-weight: $euiFontWeightMedium; line-height: $euiLineHeight;