mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
Icons (#6106)
* [icon] replaced 'sf2-icon-caret-down' with the new 'sf3-font-more' * ['delete' icon] replaced all the 'sf2-icon-delete' icon with the new 'sf3-font-delete1' icon * [UI] modified the colors of the operation icons in pages
This commit is contained in:
@@ -167,7 +167,7 @@ class Item extends Component {
|
||||
<td>{Utils.bytesToSize(repo.size)}</td>
|
||||
<td title={moment(repo.last_modified).format('LLLL')}>{moment(repo.last_modified).format('YYYY-MM-DD')}</td>
|
||||
<td>
|
||||
<a href="#" className={`action-icon sf2-icon-delete${isOpIconShown ? '' : ' invisible'}`} title={gettext('Delete')} onClick={this.handleDeleteIconClick}></a>
|
||||
<a href="#" className={`action-icon sf3-font-delete1 sf3-font${isOpIconShown ? '' : ' invisible'}`} title={gettext('Delete')} onClick={this.handleDeleteIconClick}></a>
|
||||
</td>
|
||||
</tr>
|
||||
{isDeleteRepoDialogOpen && (
|
||||
|
Reference in New Issue
Block a user