fix path pointer-events regression

This commit is contained in:
Ansis Brammanis
2013-03-15 16:53:24 -04:00
parent fe865038d0
commit e3d11daceb

View File

@@ -37,6 +37,10 @@ path.shadow {
transition: 200ms;
}
path.shadow {
pointer-events: stroke;
}
/* points */
g.point .stroke {