mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 03:17:13 -04: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:
parent
6aa3f8bc29
commit
8b07823680
3 changed files with 7 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue