fix(ui): dim archived checkpoint rows + safer outcome class lookup + cleaner cap
This commit is contained in:
@@ -109,6 +109,10 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.checkpointsTable tr.checkpointArchived {
|
||||
opacity: 0.55;
|
||||
}
|
||||
|
||||
.checkpointEmpty {
|
||||
color: var(--text-muted);
|
||||
font-size: 13px;
|
||||
|
||||
Reference in New Issue
Block a user