mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 20:40:39 -05:00
Merge pull request #36238 from nextcloud/backport/36223/stable25
[stable25] Allow interaction with encrypted folders
This commit is contained in:
commit
34b25b83d7
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue