Change icon to button on environment folder
What does this MR do and why?
Instead of the collapse/expand icon being just an icon, we can make it more accessable by making it a button.
Screenshots or screen recordings
How to set up and validate locally
- Enable the new environments page
Feature.enable(:new_environments_table)
- Navigate to
<gdk>/h5bp/html5-boilerplate/-/environments/new
and create at least 2 environments with the same prefix, e.g.review/foo
andreview/bar
. - Navigate to environments page
- View folder item
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.