mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -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
a96877a5ff
commit
eb756d8ca5
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue