Skip to content

Fix focus ring for rounded-bottom markdown input in dark mode

What does this MR do and why?

In dark mode, the rounded-bottom textarea in a markdown editor used for timeline entries has a misaligned focus ring.

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
image Screenshot_2024-03-22_at_11.03.15

How to set up and validate locally

  1. Check out this branch on your GDK
  2. Ensure you are using dark mode
  3. Create an incident and go to the Timeline tab then add a new timeline event
    1. You will see that the focus ring for the input does not overlap the white border at the bottom

Related to #425467 (closed)

Edited by Chad Lavimoniere

Merge request reports