Hide node hover popup on dimmed nodes in dante mode

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-26 11:18:06 -08:00
parent 7c978d28ac
commit 5666f85b01

View File

@@ -410,6 +410,10 @@
will-change: transform;
}
body.dante-mode .node:not(.dante-tx):not(.dante-rx):hover .node-info {
display: none;
}
.node:has(.switch-port:hover) .node-info,
.node:has(.uplink:hover) .node-info,
.node:has(.dante-info:hover) .node-info {