viz: fix Specificity for rect styling (#12190)

This commit is contained in:
qazal
2025-09-15 17:33:37 +03:00
committed by GitHub
parent 72e010d816
commit 57e8bf61e8

View File

@@ -102,10 +102,10 @@
fill: none;
stroke-width: 1.4px;
}
.highlight rect, .edgePath.highlight, g.port circle {
g.node.highlight rect, .edgePath.highlight, g.port circle {
stroke: #89C9A2;
}
.highlight.child rect, .edgePath.highlight.child {
g.highlight.child rect, .edgePath.highlight.child {
stroke: #C888B0;
}
#edge-labels g.port.highlight {