Skip to content

Remove $white color to improve dark mode

Eduardo Sanz García requested to merge eduardosanz/background-file-holder into master

What does this MR do and why?

Remove $white color to improve dark mode

In the Changes tab of the merge pages, there were a few elements that have a gray background. We have remove those.

Changelog: changed

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Dark mode

Before After
image image

Light mode (no changes)

Before After
image image

How to set up and validate locally

  1. In light mode go to flightjs/Flight/-/merge_requests/1 you shouldn't see differences
  2. Activate dark mode and go to flightjs/Flight/-/merge_requests/1 you shouldn't see gray backgrounds.
Edited by Eduardo Sanz García

Merge request reports