-
Notifications
You must be signed in to change notification settings - Fork 181
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
fix low contrast in homepage #7595
fix low contrast in homepage #7595
Conversation
While this fixes the contrast issue, I think it creates another new problem we don't want to have, which is that we now have a new color we only use in one place. Given that it's right next to the old color used in the home icon, I think we might have some better options here. What about using the same menu highlighting logic as the Suma theme uses? Over time we're aiming to bring the two themes closer together anyway and this way we can solve both the contrast issue as well as keep the color. What do you think @Rakielle @cbbayburt? For context, this is how the highlighting is handled in the Suma theme: |
I think it's a good idea. @Etheryte could you point out where this SUMA style menu highlighting is implemented? |
If I'm not mistaken that part should come from the old theme base in |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR was closed because it has been stalled for 10 days with no activity. |
What does this PR change?
This PR fixes the low contrast between the menu items and the background color, as identified by WAVE
GUI diff
Before:
After:
Documentation
No documentation needed: This changes improves the contrast color of the texts and the background to enhance accessibility, no additional documentation is needed.
DONE
Test coverage
No tests: already covered
DONE
Links
Fixes #7101
Changelogs
Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository
If you don't need a changelog check, please mark this checkbox:
If you uncheck the checkbox after the PR is created, you will need to re-run
changelog_test
(see below)Re-run a test
If you need to re-run a test, please mark the related checkbox, it will be unchecked automatically once it has re-run: