move clear button text to mouseover

staging
multiple creatures 2019-07-29 12:35:23 -05:00
parent 90d72f19ba
commit 863c101e0a
1 changed files with 1 additions and 2 deletions

View File

@ -57,11 +57,10 @@ class Publisher extends ImmutablePureComponent {
<Button
className='clear'
onClick={onClearAll}
title={intl.formatMessage(messages.clear)}
text={
<span>
<Icon icon='trash-o' />
{' '}
<FormattedMessage {...messages.clear} />
</span>
}
/>