Skip to content

Instantly share code, notes, and snippets.

@jtokoph
Last active March 23, 2016 22:04
Show Gist options
  • Save jtokoph/c3782b556f03cee753d4 to your computer and use it in GitHub Desktop.
Save jtokoph/c3782b556f03cee753d4 to your computer and use it in GitHub Desktop.
Tame GitHub Reactions
@-moz-document domain("github.com") {
.comment-reactions.has-reactions .reaction-summary-item {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.comment-reactions.has-reactions:hover .reaction-summary-item {
-webkit-filter: none;
filter: none;
}
.reaction-summary-item {
padding: 4px 8px;
}
.reaction-summary-item.add-reaction-btn {
font-size: 16px;
}
.reaction-summary-item .emoji {
font-size: 16px;
}
.reaction-summary-item {
font-size: 11px;
}
.timeline-comment-actions {
display: none;
}
.timeline-comment-wrapper:hover .timeline-comment-actions {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment