Skip to content

Resolve "Inconsistency: Repo Title "down caret" cropped on smaller viewports"

username-removed-636429 requested to merge 21506-fix-title-dropdown-chevron into master

What does this MR do?

Fixes an issue where the dropdown chevron for a project list was not visible on smaller viewports.

This MR also changes the dropdown trigger into a button element for better accessibility (it can now be tabbed to like any link).

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

None that I can think of.

Why was this MR needed?

Better accessibility and support for smaller viewports.

Screenshots (if relevant)

Dropdown toggle now targetable by pressing tab to select. Screen_Shot_2016-08-31_at_9.12.15_PM

Chevron no longer hidden when project title length triggers overflow: ellipsis. Screen_Shot_2016-08-31_at_9.13.38_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #21506 (closed)

Merge request reports