Skip to content

Replace $gray-800 value, replace usages with $gray-700

What does this MR do?

  • Update $gray-800 hex value #4f4f4f in variables.scss to match #404040 in GitLab UI.
  • Find/replace all $gray-800 with $gray-700.

CleanShot_2020-08-18_at_11.35.38_2x

Purpose

The hex values for nearly all color variables were updated in GitLab UI to a) normalize contrast ratios from hue to hue, so for example, $blue-500 and $orange-500 both have ~4.5:1 contrast ratio on $gray-10, and b) ensure the palette is set up for accessibility success. Read gitlab-ui#627 (closed) for more.

Out of scope

This MR will not cover:

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

N/A

Security

N/A

Closes #224123 (closed)

Edited by Jeremy Elder

Merge request reports

Loading