fix: use green label for open issue and PR
This gives the "Open" label on issues and PRs a green background, to make it distinguish from merged PRs. This is also somewhat in line for having a distinguished color for closed issues and PRs. Signed-off-by: Gnarwhal <git.aspect893@passmail.net>
This commit is contained in:
parent
306da2a82d
commit
c629a2398a
2 changed files with 6 additions and 0 deletions
|
@ -601,6 +601,9 @@ i.grey.icon.icon.icon.icon {
|
|||
color: inherit;
|
||||
margin-bottom: 16px !important;
|
||||
}
|
||||
.issue-state-label.green {
|
||||
background-color: #16a34a !important;
|
||||
}
|
||||
|
||||
/* friendlycaptcha */
|
||||
.frc-captcha.frc-captcha,
|
||||
|
|
|
@ -369,6 +369,9 @@ i.grey.icon.icon.icon.icon {
|
|||
color: inherit;
|
||||
margin-bottom: 16px !important;
|
||||
}
|
||||
.issue-state-label.green {
|
||||
background-color: #16a34a !important;
|
||||
}
|
||||
|
||||
/* friendlycaptcha */
|
||||
.frc-captcha.frc-captcha,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue