Allow interaction with encrypted folders

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Louis Chemineau 2023-01-18 16:49:38 +01:00 committed by nextcloud-command
parent 1c517215d7
commit 28da54a18b
3 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@
.files-filestable tbody tr[data-permissions="16"] td.filename .nametext .innernametext {
color: var(--color-text-maxcontrast);
}
.files-filestable tbody tr[data-e2eencrypted=true] {
.files-filestable tbody tr[data-e2eencrypted=true] .selection {
pointer-events: none;
}

View file

@ -93,7 +93,7 @@
}
// Deactivates the possiblility to checkmark or click on the encrypted folder
tr[data-e2eencrypted="true"] {
tr[data-e2eencrypted="true"] .selection {
pointer-events: none;
}
}

View file

@ -150,7 +150,7 @@
.files-filestable tbody tr[data-permissions="16"] td.filename .nametext .innernametext {
color: var(--color-text-maxcontrast);
}
.files-filestable tbody tr[data-e2eencrypted=true] {
.files-filestable tbody tr[data-e2eencrypted=true] .selection {
pointer-events: none;
}