1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

File view op (#4836)

* [file view] added 'Details' & 'open via client'

* [file view] adjusted places of operations

* [file view] 'open via client': use a new icon

* [file view] 'open via client': updated the icon
This commit is contained in:
llj
2021-03-18 17:31:21 +08:00
committed by GitHub
parent 2405ba671e
commit 06254447e4
12 changed files with 232 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ class IconButton extends React.Component {
const className = 'btn-icon';
const btnContent = (
<React.Fragment>
<span className={this.props.icon}></span>
<i className={this.props.icon}></i>
<Tooltip
toggle={this.toggle}
delay={{show: 0, hide: 0}}