Skip to content

Remove link in collapsed project sidebar top menu item

What does this MR do?

In the project sidebar, when the sidebar is collapsed and we hover one menu, we display a submenu like the following:

image

That first item Repository is clickable and we want to remove that option and make it not clickable.

In this MR we're removing the a tag in that element. In a following MR we will fix the styles of that first item.

Screenshots (strongly suggested)

Once the MR is applied, when the feature flag (sidebar_refactor) is disabled it's displayed like:

image

When the feature flag is enabled it shows like this:

image

Does this MR meet the acceptance criteria?

Conformity

Related to #42675 (closed)

Merge request reports