Skip to content

Instantly share code, notes, and snippets.

@NickCraver
Created December 16, 2019 22:53
Show Gist options
  • Save NickCraver/19d658291ebc7431fb8feeceaf9f59c2 to your computer and use it in GitHub Desktop.
Save NickCraver/19d658291ebc7431fb8feeceaf9f59c2 to your computer and use it in GitHub Desktop.

Revisions

  1. NickCraver created this gist Dec 16, 2019.
    19 changes: 19 additions & 0 deletions github-honesty.user.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    .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;
    }