Created
October 1, 2019 10:56
-
-
Save pastak/b8091b6069921ddf33a21d5d4d0b81eb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[aria-label*=approval] { | |
background-color: #079e07; | |
color: white !important; | |
font-weight: bold; | |
} | |
[aria-label*="Review required"] { | |
background-color: #ffeb00; | |
color: black !important; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment