Get rid of CSS utils selectors in SCSS files
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 |
---|---|
Discover features page
Start a trial in some group, then click on Learn about features
in the trial widget.
Before | After |
---|---|
Related to #471656 (closed)
Edited by Paul Gascou-Vaillancourt