From 2f81f2a9c6472666f6dd7a093231af5492fc8a2b Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:14:38 +0100 Subject: [PATCH] fix(core): animated connection line style Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }