Skip to content

add refresh design sub nav styles

Administrator requested to merge redesign-sub-nav into main

Created by: 5h1rU

The sub-navigation bar changes are entirely CSS changes.

This look and feel are notably similar to the tabs component. The main difference is how the a11y behaves. Sub nav is only navigable with the tab key as any navigation list of links.

This time the idea was to modify the original bootstrap nav-tabs items from the nav.css file. It's being handled in global styles meaning the change will be general in any navigation tab section across the codebase.

Sub nav with icons isn't modified since this is not part of the tabs per se. Any change around icons in the sub-nav is feasible, and the only step needed is to remove or add icons as you need.

Below is the video with a small demo on how this change is applied.

https://user-images.githubusercontent.com/989826/118712466-6d5b6780-b7e6-11eb-8530-43778adb1167.mov

Merge request reports

Loading