mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
Icon bg more (#7902)
* [op icon] changed the default color for all the operation icons; added background for the operation icons in 'views/people' items when hover on them * ['system admin'] library view: added background for the items & the operation icons when hover on them * [system admin] user/org/institution: added background for the 'edit' icons in the 'info' page when hover on them * [system admin] user - Shared Libraries: added background for the items when hover on them * [system admin] group - libraries: added background for the items & the operation icons when hover on them * [system admin] group - members: added background for the operation icons when hover on them * [system admin] org - groups: added background for the items & the operation icons when hover on them * [system admin] org - libraries: added background for the items & the operation icons when hover on them * [org admin] Devices - Desktop/Mobile: added background for the items & the operation icons when hover on them * [org admin] Libraries - All/Trash: added background for the items & the operation icons when hover on them * [org admin] Users - All/Admin: fixup for the operation icons when hover on them * [org admin] Users - user - profile: added background for the operation icons when hover on them * [org admin] Users - user - owned libraries: added background for the items & the operation icons when hover on them * [org admin] Groups: fixup for the operation icons when hover on them * [org admin] Groups - Group - Libraries: added background for the items & the operation icons when hover on them * [org admin] Search Groups: fixup for the operation icons when hover on them * [org admin] Departments - Department - Members: fixup for the operation icons when hover on them * [org admin] Links - All Public Links: fixup for the operation icons when hover on them * [org admin] Logs - File Access: added background for the operation icons when hover on them * [org admin] Logs - Permission: added background for the operation icons when hover on them * [org admin] Logs - File Update: added background for the operation icons when hover on them * fixup
This commit is contained in:
@@ -173,7 +173,6 @@ class RepoItem extends React.Component {
|
||||
};
|
||||
|
||||
onDropdownToggleClick = (e) => {
|
||||
e.preventDefault();
|
||||
this.toggleOperationMenu(e);
|
||||
};
|
||||
|
||||
@@ -243,7 +242,8 @@ class RepoItem extends React.Component {
|
||||
{isOperationMenuShow &&
|
||||
<Dropdown isOpen={this.state.isItemMenuShow} toggle={this.toggleOperationMenu}>
|
||||
<DropdownToggle
|
||||
tag="a"
|
||||
tag="i"
|
||||
role="button"
|
||||
className="op-icon sf3-font-more sf3-font"
|
||||
title={gettext('More operations')}
|
||||
aria-label={gettext('More operations')}
|
||||
|
Reference in New Issue
Block a user