Skip to content

Replace `bold` class with `gl-font-bold`

What does this MR do and why?

The bold class in common.scss is unncessary. This MR replaces it with the gl-font-bold tailwind util 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

There are many places that text was bolded with this class. Probably the simplest is the name of a milestone when it appears in a roadmap.

  1. Check out this branch
  2. Visit the roadmap for a group that has at least 1 milestone with a start date
  3. Make sure the roadmap settings have a long enough timeframe that the milestone shows
  4. Inspect the milestone name. You will see that it has the class gl-font-bold applied.

image

Related to #473840, #452231

Edited by Chad Lavimoniere

Merge request reports