Skip to content

Remove card border for issue boards

Rajan Mistry requested to merge fix-unnecessary-border-issue-boards into master

What does this MR do and why?

Unnecessary borders are applied on issue cards on issue boards. This is side effect of epic_color_highlight feature flag cleanup in !152618 (merged). Remove the card border for issue boards.

Context: Slack thread

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Issues boards Screenshot 2024-06-04 at 12.01.32 PM.png Screenshot 2024-06-04 at 12.02.07 PM.png
Epic boards Screenshot 2024-06-04 at 12.01.11 PM.png No change

How to set up and validate locally

Prerequisites:

  1. The namespace must have Ultimate plan.

Steps to verify epic board:

  1. Login with any user
  2. Go to any group > Epics
  3. Go to Epic boards
  4. Check if epic cards have border with its respective color

Steps to verify issue board:

  1. Login with any user
  2. Go to any project > Issues boards > Epics
  3. Go to Issue boards
  4. Check if issue cards do not have any border
Edited by Rajan Mistry

Merge request reports