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:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user