Don't allow dragging a list when the user does not have the rights
This commit is contained in:
parent
8a08a41a3c
commit
3c2d89a0f6
4 changed files with 10 additions and 0 deletions
|
|
@ -157,3 +157,7 @@ button.table {
|
|||
.is-touch .handle {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.dragging-disabled .handle {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue