Migrate `.bold` to `.gl-font-bold` in HAML files
What does this MR do and why?
Migrate .bold
to .gl-font-bold
in HAML files
The style definition for .bold
was recently removed in favor of
.gl-font-bold
. However, a few occurrences of .bold
were left in HAML
files. This migrates them.
Changelog: fixed
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 |
---|---|
![]() |
![]() |
How to set up and validate locally
- Navigate to the todos dashboard.
Edited by Paul Gascou-Vaillancourt