]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Tachyon: Remove spurious CSS for `stat-card` (#142487)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 9 Dec 2025 19:13:54 +0000 (19:13 +0000)
committerGitHub <noreply@github.com>
Tue, 9 Dec 2025 19:13:54 +0000 (19:13 +0000)
Lib/profiling/sampling/_heatmap_assets/heatmap.css

index ada6d2f2ee1db60859b9325622fb4774a9ac52b9..b6f086f11cae5e21ddbc8ca7b5549792f31ebc05 100644 (file)
   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; }
   box-shadow: 0 4px 16px rgba(var(--card-color), 0.15);
 }
 
-.stat-card:hover::before {
-  opacity: 1;
-}
-
 .stat-icon {
   width: 40px;
   height: 40px;