Replace btn-transparent with tailwind util classes
requested to merge gitlab-community/gitlab:496377-remove-btn-transparent-from-buttons-scss into master
What does this MR do and why?
btn-transparent is being used when we need a button as a transparent overlay. Instead of using this class, the class has been reduced with the equivalent utility classes.
This MR was tested only on design_overlay.vue
but there is a high level of confidence on the changes as they are a one for one change over from the class's attributes to utility classes.
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.
- Open any issue
- Upload an image to the drag and drop section for adding designs (above child items section)
- Click on image to open in full screen, the transparent button overlays the entire image .
Related to #496377