Skip to content

Commit 6bc59ce

Browse files
Fixed bug where themed nodes with custom border style still have a solid outline
1 parent 42ac472 commit 6bc59ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/node-styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@
246246
}
247247

248248
// Borders
249+
.canvas-node[data-border-style].is-themed .canvas-node-container {
250+
box-shadow: none;
251+
}
252+
249253
.canvas-node[data-border-style="dotted"] .canvas-node-container {
250254
border-style: dotted;
251255
}

0 commit comments

Comments
 (0)