style(edge-updater): add hover effect

This commit is contained in:
moklick
2020-11-30 11:03:16 +01:00
parent 03d5e63371
commit 6ef3f52083
2 changed files with 24 additions and 6 deletions
+6
View File
@@ -60,6 +60,12 @@
stroke-dasharray: 5;
animation: dashdraw 0.5s linear infinite;
}
&.updating {
.react-flow__edge-path {
stroke: #777;
}
}
}
@keyframes dashdraw {