Skip to content

Instantly share code, notes, and snippets.

@baileys-li
Created November 28, 2019 10:24
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 baileys-li/abd959f95f9d39defacce576c2e39937 to your computer and use it in GitHub Desktop.
Save baileys-li/abd959f95f9d39defacce576c2e39937 to your computer and use it in GitHub Desktop.
Visually hide class / Класс для скрытия
.visually-hidden:not(:focus):not(:active), input[type="checkbox"].visually-hidden, input[type="radio"].visually-hidden{
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