- {this._renderAttributions()}
+
+
+ {this._renderAttributions()}
-
+
);
}
}
diff --git a/x-pack/plugins/maps/public/components/widget_overlay/layer_control/__snapshots__/view.test.js.snap b/x-pack/plugins/maps/public/components/widget_overlay/layer_control/__snapshots__/view.test.js.snap
index 73041b29b290b..ddc1f53ba5ee0 100644
--- a/x-pack/plugins/maps/public/components/widget_overlay/layer_control/__snapshots__/view.test.js.snap
+++ b/x-pack/plugins/maps/public/components/widget_overlay/layer_control/__snapshots__/view.test.js.snap
@@ -9,6 +9,7 @@ exports[`LayerControl is rendered 1`] = `
paddingSize="none"
>
-
+
{
@@ -31,18 +31,20 @@ export function ViewControl({ isSetViewOpen, closeSetView, openSetView, mouseCoo
-
- )}
+ iconType="crosshairs"
+ color="text"
+ aria-label={i18n.translate('xpack.maps.viewControl.goToButtonLabel', {
+ defaultMessage: 'Go to'
+ })}
+ title={i18n.translate('xpack.maps.viewControl.goToButtonLabel', {
+ defaultMessage: 'Go to'
+ })}
+ />
+ )}
isOpen={isSetViewOpen}
closePopover={closeSetView}
>
@@ -58,9 +60,9 @@ export function ViewControl({ isSetViewOpen, closeSetView, openSetView, mouseCoo
? _.round(mouseCoordinates.lon, DECIMAL_DEGREES_PRECISION)
: '';
return (
-
+
);
}
return (
-
+
{mouseCoordinates && renderMouseCoordinates()}
diff --git a/x-pack/plugins/maps/public/components/widget_overlay/widget_overlay.js b/x-pack/plugins/maps/public/components/widget_overlay/widget_overlay.js
index bd59361cc61b2..712bffa86030f 100644
--- a/x-pack/plugins/maps/public/components/widget_overlay/widget_overlay.js
+++ b/x-pack/plugins/maps/public/components/widget_overlay/widget_overlay.js
@@ -16,20 +16,11 @@ import { AttributionControl } from './attribution_control';
export function WidgetOverlay() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/x-pack/plugins/maps/public/index.scss b/x-pack/plugins/maps/public/index.scss
index 7549877b46861..a55d7a8c875d3 100644
--- a/x-pack/plugins/maps/public/index.scss
+++ b/x-pack/plugins/maps/public/index.scss
@@ -11,5 +11,6 @@
// mapChart__legend-isLoading
@import './main';
+@import './mapbox_hacks';
@import './components/index';
@import './shared/index';
diff --git a/x-pack/plugins/maps/public/shared/icons/_color_gradient.scss b/x-pack/plugins/maps/public/shared/icons/_color_gradient.scss
index 960a8dc1aa3ce..dbe9575ce5698 100644
--- a/x-pack/plugins/maps/public/shared/icons/_color_gradient.scss
+++ b/x-pack/plugins/maps/public/shared/icons/_color_gradient.scss
@@ -7,3 +7,7 @@
bottom: 0;
left: 0;
}
+
+.mapFillableCircle {
+ overflow: visible;
+}
diff --git a/x-pack/plugins/maps/public/shared/icons/additional_layer_icons.js b/x-pack/plugins/maps/public/shared/icons/additional_layer_icons.js
index 671b94fb4fbc8..accc6eb13ef16 100644
--- a/x-pack/plugins/maps/public/shared/icons/additional_layer_icons.js
+++ b/x-pack/plugins/maps/public/shared/icons/additional_layer_icons.js
@@ -9,7 +9,7 @@ import React from 'react';
export const FillableCircle = ({ style }) => (