diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-25 17:13:00 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-25 17:13:00 +0200 |
commit | 4d64be6ffb36e2b5bd2dd94199fa9d73da77f5a3 (patch) | |
tree | 147c0f015fca433f5f4282f23a5d2cfa54de7c87 | |
parent | 463e293850cb26a0f22fdad46c9a6559aff33ad8 (diff) |
disable status card border in timeline view
-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 { |