You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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
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.
The text was updated successfully, but these errors were encountered: