Skip to content

fix(css): remove whiteLight variable

David O'Regan requested to merge 738 into master

A small MVC for fix #738 (closed)

In the heatmap.vue component we use a whiteLight variable which is the same as the white variable and is not used anywhere else in the @gitlab/ui and main GitLab project. This change aims to remove this extra variable and use white in its place.

This MR also removed all instances of white-light as a mixin and variable since it doesn't make sense to maintain it in the code base.

Screenshots

Screenshot_2020-04-22_at_16.38.44

Screenshot_2020-04-22_at_16.39.06

Edited by David O'Regan

Merge request reports