Deactivates the possiblility to checkmark or click on the encrypted folder

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
This commit is contained in:
kavita.sonawane@t-systems.com 2022-11-16 11:42:50 +05:30 committed by Vincent Petry
parent 29b672bbc4
commit 7650732af7
No known key found for this signature in database
GPG key ID: E055D6A4D513575C

View file

@ -90,6 +90,11 @@
color: var(--color-text-maxcontrast);
}
}
// Deactivates the possiblility to checkmark or click on the encrypted folder
tr[data-e2eencrypted="true"] {
pointer-events: none;
}
}
}