diff --git a/x-pack/plugins/maps/public/connected_components/timeslider/timeslider.tsx b/x-pack/plugins/maps/public/connected_components/timeslider/timeslider.tsx index b4bf084f2a707..eaa2aa158e55a 100644 --- a/x-pack/plugins/maps/public/connected_components/timeslider/timeslider.tsx +++ b/x-pack/plugins/maps/public/connected_components/timeslider/timeslider.tsx @@ -188,7 +188,6 @@ class KeyedTimeslider extends Component { this.props.updateGlobalTimeRange(this.state.timeslice); }} iconType="calendar" - display="fill" aria-label={i18n.translate('xpack.maps.timeslider.setGlobalTime', { defaultMessage: 'Set global time to {timeslice}', values: { timeslice: prettyPrintTimeslice(this.state.timeslice) },