mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
parent
29b672bbc4
commit
7650732af7
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue