mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
12.0 remove font awesome (#6257)
* remove font-awesome * remove font awesome 3.2.1
This commit is contained in:
@@ -62,7 +62,7 @@ class SelectEditor extends React.Component {
|
||||
isDisabled: true,
|
||||
label: (
|
||||
<div className="permission-editor-btn-add-custom-permission" onClick={this.props.onAddCustomPermissionToggle}>
|
||||
<i className="fa fa-plus"></i>
|
||||
<i className="sf3-font sf3-font-enlarge"></i>
|
||||
<span>{gettext('Add custom permission')}</span>
|
||||
</div>
|
||||
)
|
||||
@@ -136,7 +136,7 @@ class SelectEditor extends React.Component {
|
||||
role="button"
|
||||
aria-label={gettext('Edit')}
|
||||
title={gettext('Edit')}
|
||||
className="fa fa-pencil-alt attr-action-icon"
|
||||
className="sf3-font sf3-font-rename attr-action-icon"
|
||||
onClick={this.onEditPermission}>
|
||||
</a>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user