mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 21:30:39 +00:00
update wiki operation style (#3295)
This commit is contained in:
@@ -157,8 +157,8 @@ class WikiListItem extends Component {
|
||||
{this.state.isShowMenuControl && (
|
||||
<Dropdown isOpen={this.state.isShowWikiMenu} toggle={this.onMenuToggle}>
|
||||
<DropdownToggle
|
||||
tag="a"
|
||||
className="fas fa-ellipsis-v"
|
||||
tag="i"
|
||||
className="fas fa-ellipsis-v attr-action-icon"
|
||||
title={gettext('More Operations')}
|
||||
data-toggle="dropdown"
|
||||
aria-expanded={this.state.isShowWikiMenu}
|
||||
|
Reference in New Issue
Block a user