Skip to content

Draft: Replace SCSS color modifiers

Scott de Jonge requested to merge 430055-remove-scss-color-mixins into master

What does this MR do and why?

  1. Remove transparentize( usage, replace with transparent
  2. Replace $white-normal with $gray-50
  3. Replace $almost-black with $gray-950
  4. Replace $black-transparent with $t-gray-a-24
  5. Replace $white-transparent with linear-gradient(to bottom, $white 0, $white 75%, transparent 100%)
  6. Replace $white-dark with static value
  7. Dark mode replace $grey-lightest, $grey-light, $gray-lighter, $gray-dark, and $gray-darker with static values
  8. Replace $grey-light, $gray-lighter, $gray-normal, and $gray-dark with static values

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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 #430055

Merge request reports