https://github.com/python/cpython/commit/b5576d814604fec0591f10d7516520c6446f6832
commit: b5576d814604fec0591f10d7516520c6446f6832
branch: main
author: Stan Ulbrych <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-12-09T19:13:54Z
summary:

Tachyon: Remove spurious CSS for `stat-card` (#142487)

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 ada6d2f2ee1db6..b6f086f11cae5e 100644
--- a/Lib/profiling/sampling/_heatmap_assets/heatmap.css
+++ b/Lib/profiling/sampling/_heatmap_assets/heatmap.css
@@ -75,18 +75,6 @@
   overflow: hidden;
 }
 
-.stat-card::before {
-  content: '';
-  position: absolute;
-  top: 0;
-  left: 0;
-  right: 0;
-  height: 3px;
-  background: linear-gradient(90deg, var(--python-blue), var(--python-gold));
-  opacity: 0;
-  transition: opacity var(--transition-fast);
-}
-
 .stat-card:nth-child(1) { --i: 0; --card-color: 55, 118, 171; }
 .stat-card:nth-child(2) { --i: 1; --card-color: 40, 167, 69; }
 .stat-card:nth-child(3) { --i: 2; --card-color: 255, 193, 7; }
@@ -101,10 +89,6 @@
   box-shadow: 0 4px 16px rgba(var(--card-color), 0.15);
 }
 
-.stat-card:hover::before {
-  opacity: 1;
-}
-
 .stat-icon {
   width: 40px;
   height: 40px;

_______________________________________________
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]

Reply via email to