Skip to content

Replace gl-text-gray-900 with gl-text-default

What does this MR do and why?

  • Replace gl-text-gray-900 class with gl-text-default
  • Update <gl-link> usage that uses gl-text-secondary hover:gl-text-gray-900 with gl-text-subtle hover:gl-text-default
  • Update usage to use gl-text-heading for content inside a <h2>

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

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

Validation of change to ee/app/assets/javascripts/oncall_schedules/utils/common_utils.js:

Before After
gdk.test_3443_flightjs_Flight_-oncall_schedules__7 gdk.test_3443_flightjs_Flight_-oncall_schedules__8

How to set up and validate locally

  1. Go to on-call schedule https://gdk.test:3443/flightjs/Flight/-/oncall_schedules
  2. Open "Add a rotation" modal
  3. Select multiple participants until token background colors include gl-text-default class

Related to #503095 (closed)

Merge request reports

Loading