-
-
Save erenard/b083e7bc1f5e632a0d8bcf3c6261a593 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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