mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Rename and Delete Happens only on Active Group.
This commit is contained in:
parent
d650cd66dc
commit
f946a52819
1 changed files with 3 additions and 3 deletions
|
|
@ -56,9 +56,9 @@ span.utils .delete, span.utils .rename {
|
|||
float: left; position: relative; display: none;
|
||||
margin: 3px; top: 4px;
|
||||
}
|
||||
#app-navigation ul li:hover > span.utils .delete,
|
||||
#app-navigation ul li:hover > span.utils .rename { display: block; }
|
||||
span.utils .delete {
|
||||
#app-navigation ul li.active:hover > span.utils .delete,
|
||||
#app-navigation ul li.active:hover > span.utils .rename { display: block; }
|
||||
.active span.utils .delete {
|
||||
float: left; position: relative; display: none;
|
||||
margin: 3px; top: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue