xNS5 / rentalreviews

A simple web applicaiton for displaying reviews of local property management companies and apartment complexes
GNU General Public License v3.0
0 stars 0 forks source link

14 nav accessibility #15

Closed xNS5 closed 1 month ago

xNS5 commented 1 month ago

Fixing issue with navigation accessibility. Wasn't highlighting with tab navigation, and that really bugged me. I didn't want to convert the link to a <button/> as that's more meant as a UI element than for navigation.

The fix, as far as I can tell, is a combination of using tabIndex={0} on components as well as my focusable class.