Skip to content

Instantly share code, notes, and snippets.

@defmech
Last active May 11, 2020 11:03
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 defmech/bf30092f70b49d6fb1c3e14fa52f8122 to your computer and use it in GitHub Desktop.
Save defmech/bf30092f70b49d6fb1c3e14fa52f8122 to your computer and use it in GitHub Desktop.
Using a CSS pseudo selector to visualise what an element's aria-label is set to.
&:after {
width: 100%;
color: magenta;
font-weight: bold;
content: attr(aria-label);
position: absolute;
left: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment