Skip to content

Add tabindex for create from dropdown

Nikola Kovacs requested to merge nkovacs/gitlab-ce:patch-5 into master

What does this MR do?

Adds a tabindex to the "Create from" dropdown so that it can be accessed using the tab key in the correct order.

Are there points in the code the reviewer needs to double check?

The change is trivial and I've tested it by adding the tabindex using the browser's developer tools on gitlab.com, but I don't have a gitlab development setup to actually test the code.

Why was this MR needed?

To fix #40381 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#40381 (closed)

Merge request reports