Skip to content

Issuables: Update alignment of open and closed status badge icons

Sascha Eggenberger requested to merge issuables-badges-round-icon-alignment into master

What does this MR do and why?

Issuables: Update alignment of open and closed status badge icons

  • Fixes the optical alignment of open and closed icons within the status badge

This adjustment has been made within the GitLab app, rather than gitlab-ui, as the optical balance is most adversely affected in this specific implementation.

In a follow up we should look to redesign the open / closed icons to better fit this treatment.

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
open_before open_after
closed_before closed_after

How to set up and validate locally

  1. Enable FF simplified_badges (bin/rails runner "Feature.enable :simplified_badges")
  2. Go to an open issue, e.g. http://gdk.test:3000/flightjs/Flight/-/issues/1
  3. Go to a closed issue, e.g. http://gdk.test:3000/flightjs/Flight/-/issues/4

Related to #452225 (closed), gitlab-ui!3307 (merged)

Edited by Dan MH

Merge request reports