Skip to content

Remove contributors.scss

What does this MR do and why?

This removes the contributors.scss stylesheet. It was only used to apply some top padding to a loading spinner in the contributors page, which we can do with a CSS utility.

This also refactors a related Jest spec so that we can get rid of the .contributors-loader class as well.

Screenshots or screen recordings

This stylesheet only affects the page's loader's top padding. This is how it looks like before and after those changes:

Screen_Shot_2022-09-15_at_8.11.22_AM

How to set up and validate locally

  1. Visit any project's Repository > Contributors page.

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 #366612 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports