Skip to content

Merge request: fix status icon color

Sascha Eggenberger requested to merge mr-fix-status-icon into master

What does this MR do and why?

Fixes the wrong color being used for the status icon on MRs.
It adds the missing gl-badge-icon class to the icon in the status badge.

Screenshots or screen recordings

Before After
open_before open_after
merged_before merged_after
closed_before closed_after

How to set up and validate locally

Check the status icon on the following states:

  1. Open MR: http://gdk.test:3000/flightjs/Flight/-/merge_requests/2
  2. Merged MR: http://gdk.test:3000/flightjs/Flight/-/merge_requests/5
  3. Closed MR: http://gdk.test:3000/flightjs/Flight/-/merge_requests/1

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports