Skip to content

Remove unused text-metric class

What does this MR do and why?

The text-metric class is no longer used anywhere, it was replaced with gl-text-sm. This MR removes it.

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 change

How to set up and validate locally

This change removes an unused class from a sass file, so it can't really be verified in the browser. The best approach here is to search the gitlab project codebase for text-metric, text-${ and /text-["']/ to ensure there are no places where this class is used or constructed.

Related to #473840, #452231 (closed)

Edited by Chad Lavimoniere

Merge request reports

Loading