From d8d65c478494d7e053c3ad10316e699fd1e7ec60 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 17 Dec 2012 12:35:06 -0500 Subject: [PATCH] Transition stroke active class colors. Refs #287 --- css/map.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/map.css b/css/map.css index fa0992270..a57358fb2 100644 --- a/css/map.css +++ b/css/map.css @@ -58,6 +58,7 @@ path.casing { stroke-linecap:round; stroke-linejoin:bevel; stroke-width: 3; + -webkit-transition: stroke 100ms linear; } path.casing.hover {