Fix clipped focus rings in the work item sidebar
What does this MR do and why?
The clipped focus rings in the work item sidebar are caused by scroll overflow. We add padding to fix this
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 |
---|---|
Screen_Recording_2024-02-07_at_3.37.53_pm | Screen_Recording_2024-02-07_at_3.38.14_pm |
How to set up and validate locally
- In rails console enable FF
Feature.enable(:work_items_mvc_2)
- Visit any issue
- Create a task from the Child Items widget
- Open the task
- Tab through the links on the right sidebar and confirm you can see the whole focus ring
Edited by Coung Ngo