Use semantic tokens in diff_file_component.scss
requested to merge 472908-use-semantic-tokens-in-app-assets-stylesheets-components-rapid_diffs-diff_file_component-scss into master
What does this MR do and why?
Use semantic tokens in diff_file_component.scss
Note that there are outstanding tokenizable color usages in this file that rely on semantic tokens that don't exist (for red and green usage on removed/added lines).
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
(Note: there is no visual change)
Before | After |
---|---|
How to set up and validate locally
- Check out this branch
- Turn on the
rapid_diffs
feature flag in your GDK - Visit an MR that has changes
- Add the query
rapid_diffs=true
to the URL - You will see the "rapid diff" diff style
- Note: there is no visual difference in the browser for the current change
Related to #472908 (closed)