]> source.dussan.org Git - nextcloud-server.git/commitdiff
Deactivates the possiblility to checkmark or click on the encrypted folder
authorkavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
Wed, 16 Nov 2022 06:12:50 +0000 (11:42 +0530)
committerVincent Petry <vincent@nextcloud.com>
Wed, 23 Nov 2022 09:29:17 +0000 (10:29 +0100)
Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
apps/files/css/files.scss

index 2c9be4ef3fe35b19be83650729d846ca5853715d..a1ce0ef4910f2c982e63c1e6c518cc9e00867e1e 100644 (file)
                                color: var(--color-text-maxcontrast);
                        }
                }
+               
+               // Deactivates the possiblility to checkmark or click on the encrypted folder
+               tr[data-e2eencrypted="true"] {
+                       pointer-events: none;
+               }
        }
 }