Skip to content

Commit

Permalink
remove opacity from maps legacy style (#93456)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck authored Mar 3, 2021
1 parent 4c89398 commit a620179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/maps_legacy/public/map/_legend.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit a620179

Please sign in to comment.