docs: fix custom-node example for safari
This commit is contained in:
@@ -32,7 +32,6 @@ const edges = ref([
|
||||
animated: true,
|
||||
style: () => ({
|
||||
stroke: colorSelectorData.value?.color,
|
||||
filter: 'invert(100%)',
|
||||
}),
|
||||
},
|
||||
])
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user