-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix app overflow menu on bright color theme #38045
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
Conversation
|
/backport to stable26 |
This comment was marked as outdated.
This comment was marked as outdated.
14adfe2 to
96ac7aa
Compare
|
/compile amend |
…u must be inverted Signed-off-by: Ferdinand Thiessen <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
55507f5 to
88f3443
Compare
|
There was a change on the coloring behaviour in the vue library recently I think. Can you check if the lib update is already in server and if not make sure it's not breaking there again? |
@nickvergessen |
|
/backport to stable25 |
Summary
The background color of the popover on bright color themes is also bright, so icons (which are white) need to be inverted.
Additionally the overflow menu toggle, if active, should be visible. Currently the toggle is fixed to primary text color which might be white which collides on bright color themes as the background of the button is also a bright color.
Screenshots
Maybe you find the screen recordings helpful to see what I have changed:
Before
before.mp4
After
after.mp4
Checklist