Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sr-only and sr-only-focusable css classes to app.css
The key difference between .sr-only and .sr-only-focusable is: • .sr-only stays hidden all the time • .sr-only-focusable becomes visible when focused with keyboard navigation (Tab key) You typically use .sr-only-focusable together with .sr-only for navigation elements that should be available to keyboard users but hidden from view otherwise.
- Loading branch information