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

Hamburger not contrasted enough #158

Open
VickyRampin opened this issue Dec 15, 2022 · 1 comment
Open

Hamburger not contrasted enough #158

VickyRampin opened this issue Dec 15, 2022 · 1 comment
Labels
a11y - significant Accessibility issues -- Must be fixed user interface Any kind of look and feel changes

Comments

@VickyRampin
Copy link
Contributor

Currently in our test instance of UltraViolet, the hamburger menu is black on purple:

Screenshot_20221215_122718

I legit could not find it for a while - in my opinion it would be better as white to be more contasted against the page and easier to find:

Screenshot_20221215_123010

I got that to happen in the inspector by changing the color to white as so:

#rdm-burger-menu-icon .navicon::after, #rdm-burger-menu-icon .navicon::before, #rdm-close-burger-menu-icon .navicon::after, #rdm-close-burger-menu-icon .navicon::before {color#fff;}
#rdm-burger-menu-icon .navicon, #rdm-close-burger-menu-icon .navicon {color:#fff}

I can actually find the right CSS files to change this but just wanted to bring it up for discussion before proposing a change via PR.

@VickyRampin VickyRampin added user interface Any kind of look and feel changes a11y - significant Accessibility issues -- Must be fixed labels Dec 15, 2022
@ekate
Copy link
Contributor

ekate commented Dec 15, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y - significant Accessibility issues -- Must be fixed user interface Any kind of look and feel changes
Projects
None yet
Development

No branches or pull requests

2 participants