Skip to content

Instantly share code, notes, and snippets.

@wunnle
Last active March 16, 2019 15:05
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 wunnle/2ef80dae45a17401897b19553bbe6b65 to your computer and use it in GitHub Desktop.
Save wunnle/2ef80dae45a17401897b19553bbe6b65 to your computer and use it in GitHub Desktop.
.toggle-checkbox {
// visually hidden but accessible
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment