Merge pull request #22376 from nextcloud/design/wording-leave-share

This commit is contained in:
John Molakvoæ 2020-08-24 15:23:55 +02:00 committed by GitHub
commit 77a31b566e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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;
},

View File

@ -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;
}
}