From 2abf8ca5803779ba57b429f3d9b8ebdcd36a0a6e Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 25 Feb 2019 17:29:44 +0700 Subject: [PATCH] InteractivePoly: fixed handles --- src/styles/map.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/map.less b/src/styles/map.less index e539ab0..fd25eae 100644 --- a/src/styles/map.less +++ b/src/styles/map.less @@ -61,7 +61,8 @@ left:4px; width:8px; height:8px; - background:white; + background: white; + box-shadow: @red_secondary 0 0 0 3px; border-radius: 8px; transform:scale(1); transition:transform 150ms;