Skip to content

Make work item edited text gray secondary

Nick Leonard requested to merge nl-wi-edited-txt into master

What does this MR do and why?

Aligns edited text in work items with legacy issues. Currently this is aligned when viewing a task in the contextual view, but not the full page view, as it's referencing a class in a page bundle that is not loaded for work items (in contextual view, page bundle is loaded for the parent issue and available for task modal).

This MR moves the styles applied by edited-text into utility classes to avoid reliance on page bundles. This does not remove edited text as it remains used in a few other places.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image.png Screenshot 2024-05-13 at 12.16.20 PM.png

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports