Skip to content

Set new nav collapsible section chevron color

Austin Regnery requested to merge aregnery/set-nav-section-chevron-color into master

What does this MR do and why?

The color was never set to $gray-400 for the chevrons in the collapsible sections of the new navigation. This change sets that value.

Screenshots or screen recordings

Before After
Screenshot_2023-05-01_at_10-01-31_Gitlab_Org___Gitlab_Shell___GitLab Screenshot_2023-05-01_at_10-01-11_Gitlab_Org___Gitlab_Shell___GitLab

How to set up and validate locally

  1. Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
  1. Enable the user setting from the user dropdown:

Screenshot_2022-12-13_at_1.32.43_PM

  1. Look for chevron-down and chevron-down in different contexts of GitLab

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related #404802 (closed), #391523 (closed)

Edited by Austin Regnery

Merge request reports