Remove all references to btn-info
What does this MR do and why?
Removes btn-info from GitLab project
Please note there is a reference left to btn-info
in the snapshot test: spec/frontend/custom_emoji/components/__snapshots__/list_spec.js.snap
, the reason for this is because GlTabs is built on top of bootstrap tabs which adds the class name.
There is a screenshot to this tab but it seems that relevant CSS is overridden anyway, no expected visual changes
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
- go to {gdk base}/groups/twitter/-/custom_emoji/new
- add new emoji with any url
- navigates to page with tabs Numbered steps to set up and validate the change are strongly suggested.
Search entire project for "btn-info" and ensure there are no remaining references (excluding archives or bootstrap files)
Related to #474649 (closed)