fix(core): Do not invert app menu text color#38776
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
36986e3 to
bc98d2c
Compare
szaimen
left a comment
There was a problem hiding this comment.
Seems to fix the linked problem in my testing
2388f91 to
d88bea8
Compare
|
/compile / |
|
The cypress tests need to be fixed first, I think @Hephi2 will do so later. |
6db2603 to
3244f95
Compare
3244f95 to
85db409
Compare
|
/compile |
1632803 to
ce9c17a
Compare
ce9c17a to
8e9a000
Compare
|
/compile |
8e9a000 to
c8de6c4
Compare
It is most of the time faster to compile and commit it locally :) |
Thanks @susnux! But for the sake of easier backports its still better to keep source changes and compiled asset changes in separate commits, no? |
|
I don't understand why the Cypress Tests fail here 🤔 |
c8de6c4 to
6b00ace
Compare
|
Restarted. |
6b00ace to
b964a48
Compare
|
Locally it works. Cypress seems currently broken on CI (server master) (see all other CI runs) |
b964a48 to
165d089
Compare
165d089 to
e9d0463
Compare
* Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Jonas <jonas@freesources.org>
e9d0463 to
0397e9d
Compare
|
I splitted the PR between source code changes and compiled JS assets and rebased. Cypress CI test issues seem to have solved themselves 🪄 |
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
|
/backport 7f86198 to stable27 |
|
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Fixes [Bug]: Inverted app label color for light background color #38759
Summary
Instead of inverting the color of the whole app entry in the menubar when using a light background, only the color of the app icon is inverted. The invertion of the label color already happens here:
server/apps/theming/lib/Themes/CommonThemeTrait.php
Line 68 in 63bf207
##Screenshots

Before:
After:

Tested on Chrome, Edge, Firefox and Opera Browser