diff --git a/packages/core/src/style.css b/packages/core/src/style.css index 47591537..28b070a4 100644 --- a/packages/core/src/style.css +++ b/packages/core/src/style.css @@ -110,7 +110,7 @@ .vue-flow__connection { pointer-events: none; - &.animated { + .animated { stroke-dasharray: 5; animation: dashdraw 0.5s linear infinite; }