Skip to content

Get rid of CSS utils selectors in SCSS files

Paul Gascou-Vaillancourt requested to merge 471656-css-utils-selectors into master

What does this MR do and why?

This removes a few selectors that target CSS utils in SCSS files. We want to avoid overriding CSS utils styles to make things more predictable. More precise selectors should be used instead.

These utils are duplicates of Tailwind's so they can be removed.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Failed jobs widget

Testing instructions at !122914 (merged)

Before After
failed_jobs_before failed_jobs_after

Discover features page

Start a trial in some group, then click on Learn about features in the trial widget.

Before After
discover_before discover_after

Related to #471656 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports

Loading