Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
fix: mesh failed removed and initializing colors (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 3, 2020
1 parent 5f3ed51 commit 26d7df3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/css/my-mesh.css
Expand Up @@ -13,7 +13,9 @@
fill: #c8e6c9;
}

.node.failed .node.removed {
.node.failed,
.node.removed,
.node.initializing {
stroke: #9e9e9e;
fill: #f5f5f5;
}
Expand Down

0 comments on commit 26d7df3

Please sign in to comment.