mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #1955 from nextcloud/issue_#1776
Issue-1776: Add unshare function to 3-dot menu.
This commit is contained in:
commit
a08a4b5981
3 changed files with 13 additions and 6 deletions
|
|
@ -62,9 +62,13 @@
|
|||
vertical-align: sub;
|
||||
}
|
||||
|
||||
#shareWithList .unshare {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#shareWithList .unshare .icon-delete {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-right: 4px;
|
||||
background-position-x: 0;
|
||||
}
|
||||
|
||||
#shareWithList label input[type=checkbox]{
|
||||
|
|
|
|||
|
|
@ -78,11 +78,12 @@
|
|||
|
||||
#shareWithList .sharingOptionsGroup {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
#shareWithList .sharingOptionsGroup .popovermenu {
|
||||
right: 44px;
|
||||
right: -22px;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
#shareWithList .shareOption {
|
||||
|
|
|
|||
|
|
@ -69,10 +69,12 @@
|
|||
'</li>' +
|
||||
'{{/if}}' +
|
||||
'{{/if}}' +
|
||||
'<li>' +
|
||||
'<a href="#" class="unshare"><span class="icon-loading-small hidden"></span><span class="icon icon-delete"></span><span>{{unshareLabel}}</span></a>' +
|
||||
'</li>' +
|
||||
'</ul>' +
|
||||
'</div>' +
|
||||
'<a href="#" class="unshare"><span class="icon-loading-small hidden"></span><span class="icon icon-delete"></span><span class="hidden-visually">{{unshareLabel}}</span></a>' +
|
||||
'</span>' +
|
||||
'</span>' +
|
||||
'</li>' +
|
||||
'{{/each}}' +
|
||||
'{{#each linkReshares}}' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue