Skip to content

Add link text to collapsed left sidebar links for accessibility

Coung Ngo requested to merge cngo-add-link-text-to-collapsed-left-sidebar into master

What does this MR do?

This MR adds link text to the collapsed left sidebar links for accessibility.

The links on the left sidebar are a elements, and contain text which is hidden using display: none when collapsed. However, this means the a elements no longer have text for screen readers. This MR fixes this by only hiding the link text visually.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports