From 0dd83111ab4f8f29daf0de821f82d2208a0f4873 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 11 Dec 2025 04:30:16 +0000 Subject: [PATCH] Tachyon: Fix heatmap line highlight animation overriding heat colors (#142522) --- Lib/profiling/sampling/_heatmap_assets/heatmap.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/profiling/sampling/_heatmap_assets/heatmap.css b/Lib/profiling/sampling/_heatmap_assets/heatmap.css index 669554a7e7e8..3094279520ab 100644 --- a/Lib/profiling/sampling/_heatmap_assets/heatmap.css +++ b/Lib/profiling/sampling/_heatmap_assets/heatmap.css @@ -999,7 +999,6 @@ outline-offset: -3px; } 100% { - background: inherit; outline: 3px solid transparent; outline-offset: -3px; } -- 2.47.3