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 <Button
className='clear' className='clear'
onClick={onClearAll} onClick={onClearAll}
title={intl.formatMessage(messages.clear)}
text={ text={
<span> <span>
<Icon icon='trash-o' /> <Icon icon='trash-o' />
{' '}
<FormattedMessage {...messages.clear} />
</span> </span>
} }
/> />