Skip to content

Instantly share code, notes, and snippets.

@yitznewton
Created October 31, 2014 14:53
Show Gist options
  • Select an option

  • Save yitznewton/dff787a693ecc1c03735 to your computer and use it in GitHub Desktop.

Select an option

Save yitznewton/dff787a693ecc1c03735 to your computer and use it in GitHub Desktop.
Expand GitHub issue titles in comments (Stylish)
.issue-link[title]:after {
content:attr(title);
font-size: 0.8em;
margin-left: 0.4em;
margin-right: 0.6em;
padding: 0.2em 0.4em;
border: 1px solid #ccc;
background: #eee;
color: #777;
position: relative;
top: -1px;
}
@yitznewton
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment