Skip to content

Fix app overflow menu on bright color theme - #38045

Merged
juliusknorr merged 1 commit into
masterfrom
fix/35760
May 3, 2023
Merged

Fix app overflow menu on bright color theme#38045
juliusknorr merged 1 commit into
masterfrom
fix/35760

Conversation

@susnux

@susnuxsusnux commented May 3, 2023

Copy link
Copy Markdown
Contributor

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

beforeafter
Screenshot_20230503_150443Screenshot_20230503_150058

Maybe you find the screen recordings helpful to see what I have changed:
Before

before.mp4

After

after.mp4

Checklist

@susnuxsusnux added bug design Design, UI, UX, etc. 3. to review Waiting for reviews labels May 3, 2023
@susnux
susnux requested review from a team, Pytal, juliusknorr, nfebe and szaimen and removed request for a teamMay 3, 2023 13:18
@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable26

@susnux

This comment was marked as outdated.

@susnux

Copy link
Copy Markdown
ContributorAuthor

/compile amend

…u must be inverted
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nickvergessen

Copy link
Copy Markdown
Member

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?

@susnux

Copy link
Copy Markdown
ContributorAuthor

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
Server is currently using 7.10 (works as my screen recordings are from current master branch). The 7.11 release is currently not published on NPM and as such not used by server, but I tested it locally and it works too.

@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable25

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugdesignDesign, UI, UX, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Wrong colour of menu icons with a small screen (smartphone)

4 participants

@susnux@nickvergessen@juliusknorr@Pytal