Replace gl-text-gray-900 with gl-text-default
What does this MR do and why?
- Replace
gl-text-gray-900
class withgl-text-default
- Update
<gl-link>
usage that usesgl-text-secondary hover:gl-text-gray-900
withgl-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 |
---|---|
![]() |
![]() |
How to set up and validate locally
- Go to on-call schedule https://gdk.test:3443/flightjs/Flight/-/oncall_schedules
- Open "Add a rotation" modal
- Select multiple participants until token background colors include
gl-text-default
class
Related to #503095 (closed)