fix(ui): dim archived checkpoint rows + safer outcome class lookup + cleaner cap

This commit is contained in:
hsiegeln
2026-04-23 13:19:06 +02:00
parent 1b4b522233
commit 9756a20223
2 changed files with 6 additions and 2 deletions

View File

@@ -109,6 +109,10 @@
font-size: 12px;
}
.checkpointsTable tr.checkpointArchived {
opacity: 0.55;
}
.checkpointEmpty {
color: var(--text-muted);
font-size: 13px;