mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
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:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user