Skip to content

Commit

Permalink
avoid flash after drag and drop
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Oct 7, 2019
1 parent 1739cfa commit bb758e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

padding-bottom: $euiSizeS;
border-bottom: 1px solid $euiColorLightShade;
background-color: $euiColorEmptyShade;

&:hover,
&:focus,
Expand All @@ -27,7 +28,6 @@
}

.mapTooltipSelector__propertyRow-isDraggingOver {
background-color: $euiColorEmptyShade;
// Don't allow interaction events while layer is being re-ordered
pointer-events: none !important;
}
Expand Down

0 comments on commit bb758e5

Please sign in to comment.