Skip to content

Instantly share code, notes, and snippets.

@NickCraver
Created December 16, 2019 22:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickCraver/19d658291ebc7431fb8feeceaf9f59c2 to your computer and use it in GitHub Desktop.
Save NickCraver/19d658291ebc7431fb8feeceaf9f59c2 to your computer and use it in GitHub Desktop.
Label fun for GitHub!
.timeline-comment-label[aria-label*="previously committed"] {
display: inline-block;
text-indent: -9999px;
line-height: 0;
}
.timeline-comment-label[aria-label*="previously committed"]::after {
background: none !important;
color: inherit;
content: "Co-conspirator";
display: block;
font-size: inherit;
line-height: initial;
margin-top: 0;
opacity: 1;
padding: 1px 2px;
position: initial;
text-indent: 0;
transform: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment