From 57e8bf61e8326f49fd3d5fb76655237d1a5c9ad6 Mon Sep 17 00:00:00 2001 From: qazal <77887910+Qazalin@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:33:37 +0300 Subject: [PATCH] viz: fix Specificity for rect styling (#12190) --- tinygrad/viz/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinygrad/viz/index.html b/tinygrad/viz/index.html index e8a34d89d9..0310c6428b 100644 --- a/tinygrad/viz/index.html +++ b/tinygrad/viz/index.html @@ -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 {