Update class for to-do item on hover
What does this MR do and why?
When hovering a to-do list item the blue background applied is causing the violation. We need to update the styling in https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/todos/components/todo_item.vue?ref_type=heads#L116
This change updates the tailwind class to use viable option driven by design tokens with minimal visual differences.
- has-[>a:hover]:gl-border-blue-200 → hover:gl-border-strong
- has-[>a:hover]:gl-bg-blue-50 → hover:gl-bg-feedback-info
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
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 |
|---|---|
|
|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Navigate to the to-do list → http://127.0.0.1:3000/dashboard/todos
- Hover a to-do item




