compatibility for disabling user select
This commit is contained in:
parent
8dc37c29f6
commit
a45fdeeebb
|
|
@ -138,6 +138,8 @@ a.board-swimlane-toggle:focus {
|
|||
.draggable-item {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
.draggable-placeholder {
|
||||
|
|
|
|||
Loading…
Reference in New Issue