Skip to content

Commit b5576d8

Browse files
Tachyon: Remove spurious CSS for stat-card (#142487)
1 parent 9b4ce3c commit b5576d8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Lib/profiling/sampling/_heatmap_assets/heatmap.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,6 @@
7575
overflow: hidden;
7676
}
7777

78-
.stat-card::before {
79-
content: '';
80-
position: absolute;
81-
top: 0;
82-
left: 0;
83-
right: 0;
84-
height: 3px;
85-
background: linear-gradient(90deg, var(--python-blue), var(--python-gold));
86-
opacity: 0;
87-
transition: opacity var(--transition-fast);
88-
}
89-
9078
.stat-card:nth-child(1) { --i: 0; --card-color: 55, 118, 171; }
9179
.stat-card:nth-child(2) { --i: 1; --card-color: 40, 167, 69; }
9280
.stat-card:nth-child(3) { --i: 2; --card-color: 255, 193, 7; }
@@ -101,10 +89,6 @@
10189
box-shadow: 0 4px 16px rgba(var(--card-color), 0.15);
10290
}
10391

104-
.stat-card:hover::before {
105-
opacity: 1;
106-
}
107-
10892
.stat-icon {
10993
width: 40px;
11094
height: 40px;

0 commit comments

Comments
 (0)