Skip to content

Fix box-shadow colors in Tailwind

Paul Gascou-Vaillancourt requested to merge tailwind-fix-shadow-color into master

What does this MR do and why?

Fix box-shadow colors in Tailwind

The gl-shadow stopped working after the switch to Tailwind because the shadow color is defined as an rgba value when it should be a hex color code. This fixes it.

Changelog: fixed

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
Screenshot_2024-04-17_at_7.50.03_AM Screenshot 2024-04-17 at 7.47.28 AM.png

How to set up and validate locally

  1. In an issue comment box, switch to the rich text editor if you're not using it already.
  2. Insert a link, then click on it to reveal the link edition popover.

Merge request reports