From 48e3ff2f22b8e04ff7b3ba71d9de7a2ea5fd232e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 17 May 2014 08:47:21 -0700 Subject: [PATCH] Vertex in turn restriction editor isn't selectable --- css/map.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/map.css b/css/map.css index eeac2efc2..b57f7fb1a 100644 --- a/css/map.css +++ b/css/map.css @@ -953,6 +953,11 @@ g.turn circle { pointer-events: all; } +.form-field-restrictions .vertex { + pointer-events: none; + cursor: auto !important; +} + /* Cursors */ #map {