chore(core): remove duplicated styles

This commit is contained in:
braks
2022-10-14 23:06:03 +02:00
parent b5fd332b03
commit 530e4403b4
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
fill: white; fill: white;
} }
.vue-flow__edge-text { &-text {
pointer-events: none; pointer-events: none;
user-select: none; user-select: none;
} }
-6
View File
@@ -13,11 +13,6 @@
} }
} }
.vue-flow__edge-path {
stroke: #b1b1b7;
stroke-width: 1;
}
.vue-flow__edge-text { .vue-flow__edge-text {
font-size: 10px; font-size: 10px;
} }
@@ -28,7 +23,6 @@
.vue-flow__connection-path { .vue-flow__connection-path {
stroke: var(--vf-connection-path); stroke: var(--vf-connection-path);
stroke-width: 1;
} }
.vue-flow__node { .vue-flow__node {