mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
change dir operation icon style (#7522)
This commit is contained in:
@@ -300,8 +300,7 @@ class DirOperationToolbar extends React.Component {
|
||||
onKeyDown={this.onDropdownToggleKeyDown}
|
||||
data-toggle="dropdown"
|
||||
>
|
||||
{this.props.children}
|
||||
<i className="sf3-font-new sf3-font ml-2"></i>
|
||||
<i className="sf3-font-new sf3-font"></i>
|
||||
<i className="sf3-font-down sf3-font path-item-dropdown-toggle"></i>
|
||||
</DropdownToggle>
|
||||
<DropdownMenu onMouseMove={this.onDropDownMouseMove} positionFixed={true}>
|
||||
@@ -359,8 +358,7 @@ class DirOperationToolbar extends React.Component {
|
||||
role="button"
|
||||
className="path-item"
|
||||
>
|
||||
{this.props.children}
|
||||
<i className="sf3-font-new sf3-font ml-2"></i>
|
||||
<i className="sf3-font-new sf3-font"></i>
|
||||
<i className="sf3-font-down sf3-font path-item-dropdown-toggle"></i>
|
||||
</DropdownToggle>
|
||||
<DropdownMenu positionFixed={true}>
|
||||
@@ -382,6 +380,7 @@ class DirOperationToolbar extends React.Component {
|
||||
<Fragment>
|
||||
{isShowDropdownMenu && (
|
||||
<div className="dir-operation">
|
||||
{this.props.children}
|
||||
{content}
|
||||
</div>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user