We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4930208 + 0c6455b commit 89fb5baCopy full SHA for 89fb5ba
1 file changed
app/static/detail_panel.css
@@ -391,6 +391,10 @@
391
display: flex; flex-direction: column; gap: 1px;
392
font-variant-numeric: tabular-nums;
393
}
394
+ /* Reassert the UA [hidden] rule — the .stat selector above sets
395
+ display: flex, which would otherwise win over the (lower-specificity)
396
+ attribute selector and leave hidden stats visible with empty values. */
397
+ .panel-stats .stat[hidden] { display: none; }
398
.panel-stats .stat-label {
399
font-size: 9px; color: var(--muted);
400
text-transform: uppercase; letter-spacing: 0.6px;
0 commit comments