Skip to content
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

Audit #1 – General Overview when logged in – Main layout column on desktop has no explicit background color #4331

Closed
marcus-herrmann opened this issue Nov 18, 2020 · 3 comments

Comments

@marcus-herrmann
Copy link
Contributor

Connected to Audit 1, see #4300
1.2 General Overview when logged in, URL: https://ocis-a11y.owncloud.works/#/files/list

Issue

Users sometimes use custom stylesheets to improve their perception of web interfaces, for example change the general background color of html. But when you apply a style like html {background-color:black;color:white} on the interface, the text in the main column (on desktop) becomes unreadable (dark blue on black).

Remediation

The main column (on desktop) needs an explicit color styling in CSS (white/#fff) in this case so it isn't transparent anymore.

@LukasHirt
Copy link
Collaborator

@marcus-herrmann Not sure if we understand this issue. Does this mean that we need to prevent users from changing the colour of the background for the content?

@marcus-herrmann
Copy link
Contributor Author

@LukasHirt No, in the contrary. Set the background of .uk-width-expand (the main column on desktop) to white, instead of the implicit transparent

@pascalwengerter
Copy link
Contributor

Closed via #4862

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants