Skip to content

Change bootstrap migration reset font weight bold value

Sascha Eggenberger requested to merge change-font-weight-bold into master

What does this MR do and why?

I discovered a small inconsistency when we use bold in our UI. The default being 600 defined in GitLab UI here. But for bootstrap fallback values we use bold which can fallback to 700 in some cases, which creates this inconsistency for bold/strong font weights across the board.

This MR changes the fallback value to use the one defined in GitLab UI to add consistency.

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
before_summary after_summary
before_comment after_comment

How to set up and validate locally

  1. Go to an issue
  2. Add a summary with bold text and a comment with bold text
  3. Check out other strong/bold texts in the UI for comparison

Related to #424397 (closed)

Edited by Sascha Eggenberger

Merge request reports