docs: fix custom-node example for safari

This commit is contained in:
Lehoczky Zoltán
2024-03-17 12:41:57 +01:00
committed by Braks
parent 9c96896027
commit b2d37e5a8c
3 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ const edges = ref([
animated: true,
style: () => ({
stroke: colorSelectorData.value?.color,
filter: 'invert(100%)',
}),
},
])

View File

@@ -1,3 +1,7 @@
.custom-node-flow .vue-flow__edges {
filter: invert(100%);
}
.custom-node-flow .vue-flow__node-color-selector {
border: 1px solid #777;
padding: 10px;