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.
1 parent c198b6f commit 270eebbCopy full SHA for 270eebb
site/static/detailed-query.html
@@ -25,6 +25,12 @@
25
#primary-table tr:nth-child(2n+1) {
26
background-color: #F9F9F9;
27
}
28
+ #primary-table tr:nth-child(1) {
29
+ background-color: #eee;
30
+ font-style: italic;
31
+ font-weight: bold;
32
+ border-bottom: 1px solid black;
33
+ }
34
35
[data-sort-idx]::after {
36
content: "⇕";
@@ -163,9 +169,6 @@ <h3 id="title"></h3>
163
169
row.appendChild(td);
164
170
return td;
165
171
166
- if (idx == 0) {
167
- row.style.fontStyle = "italic";
168
- }
172
td(row, cur.label);
173
td(row, to_seconds(cur.self_time).toFixed(3));
174
if (cur.percent_total_time < 0) {
0 commit comments