Skip to content

Instantly share code, notes, and snippets.

@danichim
Created September 11, 2019 07:37
Show Gist options
  • Save danichim/fd415d7d04e2ad49eb713f9ba821d879 to your computer and use it in GitHub Desktop.
Save danichim/fd415d7d04e2ad49eb713f9ba821d879 to your computer and use it in GitHub Desktop.
A utility class to hide content visually, but leave it available to assistive technologies
.d-visibility-hidden {
border: none !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 1px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment