Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created July 25, 2019 13:00
Show Gist options
  • Save jensgro/d0da3c462419b441a2c7aca1c3b680ba to your computer and use it in GitHub Desktop.
Save jensgro/d0da3c462419b441a2c7aca1c3b680ba to your computer and use it in GitHub Desktop.
/* https://allyjs.io/tutorials/hiding-elements.html */
.visuallyhidden:not(:focus):not(:active) {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment