Header logged out styles
What does this MR do and why?
Refactor logged out header to isolate styles specific to it's usage
- Add
.header-logged-out
parent class and styles - Add dropdown overrides with
.header-logged-out-dropdown
- Add button normalizing styles to
.header-logged-out-toggle
- Rename
.nav-item
to.header-logged-out-nav-item
- Update logo hover/active appearance to match super sidebar
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- In a logged out window (incognito) view public accessible route e.g. http://gdk.test:3000/explore
- Resize window to small size
- Review toggle button styles
- Review dropdown menu
- Review
:hover
/:active
/:focus
states for all links/buttons
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Scott de Jonge