Merge pull request #5576 from xyflow/svelte/pane-classnames
chore(svelte/selection): add class name and styles
This commit is contained in:
@@ -97,4 +97,9 @@
|
|||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.svelte-flow__selection-wrapper:focus,
|
||||||
|
.svelte-flow__selection-wrapper:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user