Skip to content

Instantly share code, notes, and snippets.

@angeliquejw
Created September 25, 2019 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angeliquejw/b7f0efd4093b0f99a08e22127c09044f to your computer and use it in GitHub Desktop.
Save angeliquejw/b7f0efd4093b0f99a08e22127c09044f to your computer and use it in GitHub Desktop.
Screenreader utility class
// Visually hide an element while allowing it to still be utlized by a screenreader
.u-sr-only {
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
margin: -1px;
padding: 0;
position: absolute !important;
height: 1px;
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment