Skip to content

Changing font weight to normal for board display toggles in dropdown

Nick Brandt requested to merge nb-board-toggle-options into master

What does this MR do and why?

In !149773 (merged) we moved some of our display options/toggles to be within a dropdown menu. By default, these toggle labels are bold weight. In order to align to our standard font weight for options in dropdowns (seen here), this changes the weight of those to be normal.

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
Screenshot_2024-05-28_at_4.51.55_PM Screenshot_2024-05-28_at_4.51.20_PM

How to set up and validate locally

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

  1. Go to the Issue boards page
  2. Open the "View options" menu next to the filtered search component
  3. Verify the two toggle options are normal weight instead of bold
  4. Go to the Epic boards page
  5. Open the "View options" menu next to the filtered search component
  6. Verify the toggle ("Show labels") is normal weight instead of bold

Merge request reports