Skip to content

Use design token utility classes for right-sidebar

Scott de Jonge requested to merge sdejonge-right-sidebar-design-tokens into master

What does this MR do and why?

Use design token utility classes for right-sidebar

Remove dark mode override styles

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
CleanShot_2024-09-30_at_14.43.48 CleanShot_2024-09-30_at_14.52.38

How to set up and validate locally

  1. Toggle .gl-dark CSS class on root <html> element (or use bookmarklet below)
  2. background-color and border-color should update between modes without need for dark mode override styles
javascript:(function() { document.documentElement.classList.toggle('gl-dark'); })();

Merge request reports

Loading