Skip to content

Instantly share code, notes, and snippets.

@jimbuck
Created August 25, 2021 13: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 jimbuck/a51762902c66baab59740759acae7953 to your computer and use it in GitHub Desktop.
Save jimbuck/a51762902c66baab59740759acae7953 to your computer and use it in GitHub Desktop.
Show debug data on a site.
.show-debug *[data-debug]::after {
content: attr(data-debug);
color: #f00;
position: absolute;
opacity: 0.1;
}
.show-debug *[data-debug]:hover::after {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment