mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 18:01:05 +00:00
Switch from icon to text 'clear'
This commit is contained in:
parent
e40f3465f9
commit
fec10371ee
|
@ -353,7 +353,7 @@ class Search extends PureComponent {
|
||||||
<div className='search__popout__heading-container'>
|
<div className='search__popout__heading-container'>
|
||||||
<h4><FormattedMessage id='search_popout.recent' defaultMessage='Recent searches' /></h4>
|
<h4><FormattedMessage id='search_popout.recent' defaultMessage='Recent searches' /></h4>
|
||||||
{recent.size > 0 &&
|
{recent.size > 0 &&
|
||||||
(<button className='icon-button' onMouseDown={this.handleForgetAllRecentSearchClick}><Icon id='trash' /></button>)
|
(<button className='icon-button' onMouseDown={this.handleForgetAllRecentSearchClick}>Clear</button>)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -4979,10 +4979,6 @@ a.status-card {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.icon-button {
|
|
||||||
margin-top: -10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__menu {
|
&__menu {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user