Skip to content

Instantly share code, notes, and snippets.

@ssig33
Last active November 4, 2019 08:08
Show Gist options
  • Save ssig33/757016e24e8dbcb06991db5c7084742d to your computer and use it in GitHub Desktop.
Save ssig33/757016e24e8dbcb06991db5c7084742d 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*="reviews requesting changes"] {
background-color:red !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