Skip to content

Instantly share code, notes, and snippets.

@erenard
Forked from ssig33/github-review.user.css
Last active November 4, 2019 13:06
Show Gist options
  • Save erenard/b083e7bc1f5e632a0d8bcf3c6261a593 to your computer and use it in GitHub Desktop.
Save erenard/b083e7bc1f5e632a0d8bcf3c6261a593 to your computer and use it in GitHub Desktop.
.tooltipped[aria-label*="review approval"] {
background-color: green !important;
color: white !important;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
.tooltipped[aria-label*="requesting changes"] {
background-color: red !important;
color: white !important;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
.tooltipped[aria-label="Review required before merging"] {
background-color: orange !important;
color: white !important;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment