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 backportbot-nextcloud[bot]
parent a96877a5ff
commit eb756d8ca5

View file

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