compatibility for disabling user select

This commit is contained in:
Connor Bode 2016-02-23 11:23:47 -05:00
parent 8dc37c29f6
commit a45fdeeebb
1 changed files with 2 additions and 0 deletions

View File

@ -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 {