Accessibility Issues Caused by Yext CSS

Hello! My client is having an issue where their pages are being flagged for accessibility within their CMS. They sent me the following code pointing out the elements where this issue is appearing in the code:
yxt-GeoLocationFilter-button:focus,.yxt-GeoLocationFilter-input:focus,.yxt-SearchBar-button:focus,.yxt-SearchBar-input:focus{outline:none}

.yxt-Answers-component :focus{outline:none}

I made some stylistic changes so the outline wouldn’t be none anymore, but is there anything else I should be doing to fix this issue/does anyone know why this happens? Thank you!!

1 Like