Created
December 16, 2019 22:53
-
-
Save NickCraver/19d658291ebc7431fb8feeceaf9f59c2 to your computer and use it in GitHub Desktop.
Label fun for GitHub!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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