Skip to content

Instantly share code, notes, and snippets.

@aurooba
Created January 23, 2022 04:53
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 aurooba/7967762595b3045f51d316bfc1eff9f1 to your computer and use it in GitHub Desktop.
Save aurooba/7967762595b3045f51d316bfc1eff9f1 to your computer and use it in GitHub Desktop.
WordPress Block Editor: Add aria-label to block appender
[data-type="yourblock/block"] {
.block-list-appender {
button.block-list-appender__toggle {
width: auto;
height: auto;
padding: 0.5rem !important;
&:after {
content: attr(aria-label);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment