Skip to content

Adjust border radius of rounded note input

What does this MR do and why?

The border radius of the rounded note input used for Incident timeline events was too large to match the parent with its focus state.

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
Capture-2024-03-19-164856 Capture-2024-03-19-164812

How to set up and validate locally

  1. Check out this branch locally
  2. Visit a project's Incidents page (for example, http://gdk.test:3000/flightjs/Flight/-/incidents)
  3. Create a new incident
  4. The text area for Timeline text... will have a focus state that correctly matches the bottom left and right corners of the parent container.

Related to #450889 (closed), #425467 (closed)

Edited by Chad Lavimoniere

Merge request reports