diff options
-rw-r--r-- | sass/src/common/local.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss index a3789e2..605ca76 100644 --- a/sass/src/common/local.scss +++ b/sass/src/common/local.scss @@ -280,6 +280,12 @@ ul.route-history > li { border-bottom: 2px dashed #808080; } +.timeline-in-transit { + .status-card-progress-annot { + border-bottom: none; + } +} + @media screen and (max-width: 600px) { .collection.departures li { |