Unverified Commit 93689a4f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Do not show cancelled times with real-time or delay data

parent 9ff522df
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -284,6 +284,9 @@ div.app {

			&.cancelled {
				background-color: $cancelled-bg-color;
				.time {
					color: $fg !important;
				}
			}

			&.past {