https://github.com/python/cpython/commit/0dd83111ab4f8f29daf0de821f82d2208a0f4873
commit: 0dd83111ab4f8f29daf0de821f82d2208a0f4873
branch: main
author: Stan Ulbrych <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-12-11T04:30:16Z
summary:
Tachyon: Fix heatmap line highlight animation overriding heat colors (#142522)
files:
M Lib/profiling/sampling/_heatmap_assets/heatmap.css
diff --git a/Lib/profiling/sampling/_heatmap_assets/heatmap.css
b/Lib/profiling/sampling/_heatmap_assets/heatmap.css
index 669554a7e7e8f0..3094279520ab13 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;
}
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]