fix(core): app menu launcher tile icon, dark mode, and hyphenation#60232
fix(core): app menu launcher tile icon, dark mode, and hyphenation#60232pringelmann wants to merge 4 commits intomasterfrom
Conversation
38785ed to
14f0d41
Compare
|
Actually server/core/src/components/AppItem.vue Lines 128 to 131 in 84a99e6 |
The idea was that instead of changing the foreground color, the background color should always stay the same as it is in light mode. But I think this is known by @pringelmann, I don't think this should block this unrelated fix. |
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
14f0d41 to
6e9e642
Compare
|
@nickvergessen yes general dark mode compatibility is high on my TODO list. I will open successive PRs in the coming days to resolve these issues. |
I think its more about if you set you primary color to - filter: brightness(0) invert(1);
+ filter: var(--primary-invert-if-bright); |
|
(icons are bright by default so they need to invert to black if the primary background is bright) |
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
|
Icon color fixed |
It's kind of an implizit requirement since a long time and how the old navigation was also treating (and inverting) them in the row and the overflow menu 🙈 |

Summary
Post-merge fixes to waffle menu:
+icon url+icon not adapting to dark modeChecklist
3. to review, feature component)stable32)