refactor: show delayed times

This commit is contained in:
Carlos Valente
2024-12-22 19:57:43 +01:00
committed by Carlos Valente
parent bdd2a62cee
commit 7f39d035fd
6 changed files with 37 additions and 35 deletions
@@ -8,8 +8,13 @@
align-items: center;
gap: 0.25rem;
&.delayed {
color: $ontime-delay-text;
}
&.muted {
color: $muted-gray;
// we use opacity instead of colour to handle delayed values
opacity: 0.4;
}
&:hover {