-
-
Save erenard/89a07237428631f070b60f15e4140a08 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*="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