Skip to content

Fix background color of sidebar scroll scrim

Thomas Hutterer requested to merge 425313-fix-scroll-scrim-bg-color into master

What does this MR do and why?

This used the wrong CSS variable. The correct one is --super-sidebar-bg.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  • Go to any project or group, on the left sidebar open a few sections to get a scrollbar.
  • Scroll down a bit to see both scroll scrims (the fading effect at the top and bottom of the scrolling area)
  • Make sure the scroll scrim has the same background color as the sidebar itself. In the Before screenshot above you can see that it used a neutral gray instead of the theme-tinted shade, a light redgreyish color in this example of the Red theme.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #425313 (closed)

Merge request reports