From bb758e541f2a718ba2792624552b644f50b7ca05 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Mon, 7 Oct 2019 15:28:52 -0600 Subject: [PATCH] avoid flash after drag and drop --- .../plugins/maps/public/components/_tooltip_selector.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/maps/public/components/_tooltip_selector.scss b/x-pack/legacy/plugins/maps/public/components/_tooltip_selector.scss index 9ed5fa9a7cdaa1..9abf7d619df049 100644 --- a/x-pack/legacy/plugins/maps/public/components/_tooltip_selector.scss +++ b/x-pack/legacy/plugins/maps/public/components/_tooltip_selector.scss @@ -3,6 +3,7 @@ padding-bottom: $euiSizeS; border-bottom: 1px solid $euiColorLightShade; + background-color: $euiColorEmptyShade; &:hover, &:focus, @@ -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; }