We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stat-card
1 parent 9b4ce3c commit b5576d8Copy full SHA for b5576d8
1 file changed
Lib/profiling/sampling/_heatmap_assets/heatmap.css
@@ -75,18 +75,6 @@
75
overflow: hidden;
76
}
77
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
-
90
.stat-card:nth-child(1) { --i: 0; --card-color: 55, 118, 171; }
91
.stat-card:nth-child(2) { --i: 1; --card-color: 40, 167, 69; }
92
.stat-card:nth-child(3) { --i: 2; --card-color: 255, 193, 7; }
@@ -101,10 +89,6 @@
101
box-shadow: 0 4px 16px rgba(var(--card-color), 0.15);
102
103
104
-.stat-card:hover::before {
105
- opacity: 1;
106
107
108
.stat-icon {
109
93
width: 40px;
110
94
height: 40px;
0 commit comments