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

Add the accessibility tab boarder on items. #266

Open
bmartinez287 opened this issue Jun 21, 2021 · 3 comments
Open

Add the accessibility tab boarder on items. #266

bmartinez287 opened this issue Jun 21, 2021 · 3 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@bmartinez287
Copy link

Currently we can tab trough most elements on a page but it not visually highlighting the current one. We need to add that in as a talwindcss selector or a standard css class.

@bmartinez287 bmartinez287 added bug Something isn't working enhancement New feature or request labels Jun 21, 2021
@brittrich
Copy link

@bmartinez287 which items are we looking at? Is it the menu items, all items?

@bmartinez287
Copy link
Author

All items that don't have a border when we tabbed on the page. The only that get some are superfish.
I think it just a matter of using the css selector for on tab and tell it to draw that border. Try tabbing on the homepage and visually figuring out where you are at.

@brittrich
Copy link

@bmartinez287, so it looks like the mag strikes again! Haha.

There is an outline: none; in themag that's causing this issue. Removing it would fix the problem...I'm not sure how to reverse it without impacting a lot of things? Can we just remove it from themag? I'm also not sure why it was in there to start with for that theme....any ideas?

It's living here: /Users/brittrich/utccloud/docroot/themes/custom/themag/assets/css/themag.css

* { outline: none; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants