Change mouse cursor for draggable items
This commit is contained in:
parent
f69cb9f466
commit
68f9cb08b9
|
|
@ -472,6 +472,7 @@ td div.over {
|
|||
}
|
||||
|
||||
[draggable] {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue