Skip to content

Instantly share code, notes, and snippets.

@bmarcelino-fe
Created February 4, 2019 17: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 bmarcelino-fe/e64fc21d88f372c8f93c97a7b0323086 to your computer and use it in GitHub Desktop.
Save bmarcelino-fe/e64fc21d88f372c8f93c97a7b0323086 to your computer and use it in GitHub Desktop.
Accessibility article gists
.tooltip.is--hidden {
opacity: 0;
visibility: hidden; /* hide from assistive technologies */
}
.tooltip.is--visible {
opacity: 1;
visibility: visible; /* make visible to assistive technologies */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment