Skip to content

Fix timeline style in dark mode

What does this MR do and why?

In dark mode, the vertical line representing the timeline in an activity feed was a different color than the background in the places where it should be hidden. This is likely a result of incomplete refactoring when the default background color was applied. This is easily fixed by removing a css rule.

️ What this MR does not do

There is a known issue with work item modal activity timelines that will be resolved separately. It involves interactions between the modal background color and the color used for the activity feed timeline. cf. #482034 (closed)

Screenshots or screen recordings

Before After
Screenshot_2024-09-25_at_15.33.23 Screenshot_2024-09-25_at_15.32.58

How to set up and validate locally

  1. Check out this branch
  2. in the GDK, turn on dark mode
  3. Visit an issue or work item that has activity (note: not in a modal, visit the work item's full-page version via its URL)
  4. you will see that the activity feed timeline ends at the appropriate location.

Merge request reports

Loading