nolanlawson / pokedex.org

Offline-capable Pokédex web site (unmaintained)
https://www.pokedex.org
Apache License 2.0
2.27k stars 325 forks source link

add search label for screen readers only #65

Closed nolanlawson closed 7 years ago

nolanlawson commented 7 years ago

Per discussion in https://github.com/nolanlawson/pokedex.org/pull/64#issuecomment-257191919, I'd rather have screen reader support while also avoiding janky animations. The default MUI animation for label text looks great on desktop but on mobile it's very low-framerate. This PR puts a label offscreen that only a screen reader can see, using the sr-only class convention from Bootstrap.