-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix color of app menu entries and background color #43319
Conversation
/backport to stable28 |
…ble inverted Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
9923e79
to
1ddc9b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
@AndyScherzinger the failure was related, revert in #43401 |
Hi @AndyScherzinger |
@Jerome-Herbinet according to the backport at #43392 it is shipped with 28.0.3, so if you already face issues in later versions of 28 I expect it to either be a regression or a new bug. So best to raise that in a new ticket since the source of the issue might be different. |
Summary
This fixes two issues:
primary-text
).color-primary
but for some shipped background images the primary color does not lead to the same text color -> app menu names and the right header menu entries have wrong colors.Especially try following: Set default background -> white text -> click "remove image" -> suddenly the app menu color is black on the same blue.
A better solution will be #42977 but for the moment this one is simpler.
Checklist