Improve visibility of "Pending" indicator (#8685)

* Improve visibility of "Pending" indicator

* Use background-color instead of just background

* Tone down the yellow
This commit is contained in:
guillep2k 2019-10-25 21:43:38 -03:00 committed by Lunny Xiao
parent 6aa3f8bc29
commit 8b07823680
3 changed files with 7 additions and 1 deletions

View file

@ -11,7 +11,7 @@
<div class="ui right actions">
{{if and .Review}}
{{if eq .Review.Type 0}}
<div class="item tag">
<div class="item tag pending">
{{$.root.i18n.Tr "repo.issues.review.pending"}}
</div>
{{else}}