Skip to content

Remove custom CSS to fix modal background color

Thomas Hutterer requested to merge thutterer/fix-modal-bg into master

What does this MR do and why?

Modal background color changed in gitlab-ui recently in gitlab-ui!4314 (merged), but was hardcoded here for header and body with this custom CSS. But not for the footer, so header+body were using the old, and only footer the new bg color from gitlab-ui.

Changelog: fixed

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
image image
image image

How to set up and validate locally

  • Check any modal that has header + body + footer. Their background color should be identical.
Edited by Thomas Hutterer

Merge request reports