Skip to content

Replace `bg-white` with `gl-bg-white`

What does this MR do and why?

The class bg-white defined in common.scss is duplicative of the tailwind util class gl-bg-white. This MR removes it and replaces its use with the tailwind 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

N/A, no visual changes

How to set up and validate locally

One simple place to see this change is the Search bar on the "Instance audit events" page in the admin

  1. Check out this branch
  2. visit http://gdk.test:3000/admin/audit_logs in the GDK
  3. Inspect the Search bar. It has the class gl-bg-white.

image

Related to #473840, #452231 (closed)

Edited by Chad Lavimoniere

Merge request reports

Loading