mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 19:37:28 +00:00
12.0 remove font awesome (#6257)
* remove font-awesome * remove font awesome 3.2.1
This commit is contained in:
@@ -104,7 +104,7 @@ class MainPanel extends Component {
|
||||
{this.props.permission == 'rw' && (
|
||||
Utils.isDesktop() ?
|
||||
<button className="btn btn-secondary operation-item" title={gettext('Edit')} onClick={this.onEditClick}>{gettext('Edit')}</button> :
|
||||
<span className="fa fa-pencil-alt mobile-toolbar-icon" title={gettext('Edit')} onClick={this.onEditClick}></span>
|
||||
<span className="sf3-font sf3-font-rename mobile-toolbar-icon" title={gettext('Edit')} onClick={this.onEditClick}></span>
|
||||
)}
|
||||
</div>
|
||||
<div className="common-toolbar">
|
||||
|
Reference in New Issue
Block a user