Skip to content

Fix work item child status icon color

What does this MR do and why?

Removes gl-text-secondary class so that it stops overriding the green or blue color applied to reflect the child item's status.

Followup to (ephemeral) internal slack thread at https://gitlab.slack.com/archives/C02403NRD40/p1714086935652299

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
child_status_icon_1_BEFORE child_status_icon_2_AFTER

How to set up and validate locally

  1. Visit an objective with nested children
  2. You will see that the status icons are either green for open children or blue for closed ones.
Edited by Chad Lavimoniere

Merge request reports