From 9afaffcf7b706715a29537f2296fc2c8c851ec7c Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Wed, 3 Mar 2021 15:04:38 -0500 Subject: [PATCH] remove opacity from maps legacy style (#93456) --- 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;