Skip to content

Fix board epic swimlane header background in dark mode

What does this MR do and why?

the class gl-bg-white is not necessary for the board swimlane header element in light mode, and in dark mode it causes a problem. This MR removes that class.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
gdk.test_3000_flightjs_Flight_-boards_1_assignee_username_root_group_by_epic__1 gdk.test_3000_flightjs_Flight_-boards_1_assignee_username_root_group_by_epic__2

How to set up and validate locally

  1. Check out this branch locally
  2. Ensure your user is in dark mode on the GDK
  3. Visit an issue board
  4. turn on Epic swimlanes
    • you will see that the epic swimlane header row styling matches the After screenshot above; the background color of the header row is not different from the background of the board content.
Edited by Chad Lavimoniere

Merge request reports