Merge pull request #22376 from nextcloud/design/wording-leave-share
This commit is contained in:
commit
77a31b566e
|
@ -701,7 +701,7 @@
|
|||
if (mountType === 'external-root') {
|
||||
deleteTitle = t('files', 'Disconnect storage');
|
||||
} else if (mountType === 'shared-root') {
|
||||
deleteTitle = t('files', 'Unshare');
|
||||
deleteTitle = t('files', 'Leave this share');
|
||||
}
|
||||
return deleteTitle;
|
||||
},
|
||||
|
|
|
@ -467,7 +467,9 @@ tr .action:not(.permanent), .selectedActions a {
|
|||
}
|
||||
|
||||
tr {
|
||||
&:hover .action, &:focus .action, .action.permanent {
|
||||
&:hover .action:not(.menuitem),
|
||||
&:focus .action:not(.menuitem),
|
||||
.action.permanent:not(.menuitem) {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue