Skip to content

Commit

Permalink
elastic#105596 - icon filling was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimkovalev committed Jan 17, 2022
1 parent 46e5acd commit 48aca2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class KeyedTimeslider extends Component<Props, State> {
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) },
Expand Down

0 comments on commit 48aca2c

Please sign in to comment.