From ff85d57b8250ab8dbd92fc5c33062c7c89d76e57 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 15 Mar 2013 14:49:57 -0700 Subject: [PATCH] Simplify --- css/map.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/css/map.css b/css/map.css index a8f9b997e..18e37c010 100644 --- a/css/map.css +++ b/css/map.css @@ -37,19 +37,12 @@ path.shadow { pointer-events: stroke; } -g.point .shadow, -g.vertex .shadow, -g.midpoint .shadow, -path.shadow { +.shadow { -webkit-transition: 200ms; -moz-transition: 200ms; transition: 200ms; } -path.shadow { - pointer-events: stroke; -} - /* points */ g.point .stroke {