From 5666f85b0169d83feddfedf1e09ca2e793cfb636 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 26 Jan 2026 11:18:06 -0800 Subject: [PATCH] Hide node hover popup on dimmed nodes in dante mode Co-Authored-By: Claude Opus 4.5 --- static/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/index.html b/static/index.html index 0722ab8..eb50084 100644 --- a/static/index.html +++ b/static/index.html @@ -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 {