mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 22:33:17 +00:00
12.0 fix icon style (#6115)
* 01 update font * 02 change icon color * 03 change icon
This commit is contained in:
@@ -263,7 +263,7 @@ class Item extends Component {
|
||||
data.icon_title = Utils.getLibIconTitle(data);
|
||||
|
||||
let iconVisibility = this.state.showOpIcon ? '' : ' invisible';
|
||||
let shareIconClassName = 'op-icon sf2-icon-share repo-share-btn' + iconVisibility;
|
||||
let shareIconClassName = 'op-icon sf3-font-share sf3-font repo-share-btn' + iconVisibility;
|
||||
let leaveShareIconClassName = 'op-icon sf2-icon-x3' + iconVisibility;
|
||||
let shareRepoUrl = this.repoURL = `${siteRoot}library/${data.repo_id}/${Utils.encodePath(data.repo_name)}/`;
|
||||
|
||||
|
Reference in New Issue
Block a user