Don't allow dragging a list when the user does not have the rights

This commit is contained in:
kolaente 2021-07-29 13:05:33 +02:00
parent 8a08a41a3c
commit 3c2d89a0f6
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 10 additions and 0 deletions

View file

@ -157,3 +157,7 @@ button.table {
.is-touch .handle {
opacity: 1 !important;
}
.dragging-disabled .handle {
opacity: 0 !important;
}