Remove btn-blank class from button.scss
What does this MR do and why?
This MR is split into logical steps in the commits so make it easier to review:
- Replaces css attributes with util classes in the class to be removed. Important to note here is that I repalces the state overrides with !important so that it will retain this rule while in different states
- Removes btn-blank override in license-management as it is never referenced, you can verify this by doing a global search for "license-management" and going through its children.
- find and replace "btn-blank" to the equivalent util classes (slightly more complex in the haml file as it seems like you cant start a class with "!" as easily in HAML
- Update snapshot tests
This is a clean up only and should have no visual effects
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
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #497791 (closed)
Edited by James Rushford