Do not apply default theme colors to logged-out header
What does this MR do and why?
The new logged-out header should not apply theme styles.
Background: While our default theme was still Indigo, this new header looked fine. But after Change default theme to light gray (!129479 - merged) some of the styles looked wrong.
Screenshots or screen recordings
Before | After |
---|---|
recording_1693475929 | recording_1693474914 |
How to set up and validate locally
- Enable the feature flag in your rails console:
Feature.enable(:super_sidebar_logged_out)
- Sign out of GDK (or use private browser window)
- Go to a public URL, like http://gdk.test:3000/explore
- Hover all links in the header, incl the blue Register button.
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.
Related to #389603 (closed)
Edited by Thomas Hutterer