Skip to content

Commit

Permalink
Fix SCSS mixin to display shado on Map text attribution and coordinat…
Browse files Browse the repository at this point in the history
…es and adds it to the scale control
  • Loading branch information
jsanz committed Jul 31, 2024
1 parent a35f773 commit 7f2a698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
border-left: 2px solid $euiTextColor;
border-bottom: 2px solid $euiTextColor;
text-align: right;
@include mapOverlayIsTextOnly;
}

.mapScaleControlFullScreen {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@mixin mapOverlayIsTextOnly {
text-shadow:
0 0 2px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade,
0 0 1px $euiColorEmptyShade 0 0 1px $euiColorEmptyShade 0 0 1px $euiColorEmptyShade;
-1px -1px 1px $euiColorEmptyShade,
-1px -1px 1px $euiColorEmptyShade;
}

0 comments on commit 7f2a698

Please sign in to comment.