We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc47ab commit d9f985dCopy full SHA for d9f985d
infrastructure/control-panel/src/routes/example/+page.svelte
@@ -177,18 +177,4 @@
177
background-color: transparent !important;
178
--xy-edge-label-color-default: black;
179
}
180
-
181
- :global(.svelte-flow__edge-label) {
182
- background: #d2d2d2;
183
- border-radius: 10px;
184
- padding: 5px;
185
- }
186
187
- :global(.svelte-flow__edge-label):nth-child(3) {
188
- translate: -100px 0;
189
190
191
- :global(.svelte-flow__edge-label):nth-child(4) {
192
- translate: 0 -100px;
193
194
</style>
0 commit comments