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

View File

@@ -86,7 +86,7 @@
fill: white;
}
.vue-flow__edge-text {
&-text {
pointer-events: none;
user-select: none;
}

View File

@@ -13,11 +13,6 @@
}
}
.vue-flow__edge-path {
stroke: #b1b1b7;
stroke-width: 1;
}
.vue-flow__edge-text {
font-size: 10px;
}
@@ -28,7 +23,6 @@
.vue-flow__connection-path {
stroke: var(--vf-connection-path);
stroke-width: 1;
}
.vue-flow__node {