Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created March 1, 2023 20:37
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 jensgro/5d265c0ade1e1598e733884782457230 to your computer and use it in GitHub Desktop.
Save jensgro/5d265c0ade1e1598e733884782457230 to your computer and use it in GitHub Desktop.
/* version from https://kittygiraudel.com/snippets/sr-only-class/ */
.sr-only {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
margin: -1px !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment