mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix SCSS mixin to display shado on Map text attribution and coordinates and adds it to the scale control
This commit is contained in:
parent
a35f77356b
commit
7f2a698f44
2 changed files with 3 additions and 5 deletions
|
@ -8,6 +8,7 @@
|
|||
border-left: 2px solid $euiTextColor;
|
||||
border-bottom: 2px solid $euiTextColor;
|
||||
text-align: right;
|
||||
@include mapOverlayIsTextOnly;
|
||||
}
|
||||
|
||||
.mapScaleControlFullScreen {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue