Skip to content

Replace btn-transparent with tailwind util classes

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
Screenshot_2024-09-30_at_14.20.47 Screenshot_2024-09-30_at_14.21.17

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Open any issue
  2. Upload an image to the drag and drop section for adding designs (above child items section)
  3. Click on image to open in full screen, the transparent button overlays the entire image .

Related to #496377

Merge request reports

Loading