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 |
---|---|
How to set up and validate locally
- Check out this branch locally
- Visit a project's Incidents page (for example, http://gdk.test:3000/flightjs/Flight/-/incidents)
- Create a new incident
- 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