Skip to content

Commit

Permalink
add pointer-none for all the drops that are currently available so we…
Browse files Browse the repository at this point in the history
… don't have a flickering dragover-dragend
  • Loading branch information
mbondyra committed Feb 18, 2021
1 parent e9a7736 commit 2e67967
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/lens/public/drag_drop/drag_drop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
.lnsDragDrop-isDropTarget {
@include lnsDroppable;
@include lnsDroppableActive;
> * {
pointer-events: none;
}
}

.lnsDragDrop-isActiveGroup {
Expand Down

0 comments on commit 2e67967

Please sign in to comment.