diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2019-10-25 21:43:38 -0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-10-26 08:43:38 +0800 |
commit | 8b078236801f5f37e83ba2f21c11679805e4ae9f (patch) | |
tree | a53f8c96e82b36508921f642bbe7a2444aec1f43 /templates/repo/diff/comments.tmpl | |
parent | 6aa3f8bc29cb1ed3a1b165cbf526079a751c8c71 (diff) | |
download | gitea-8b078236801f5f37e83ba2f21c11679805e4ae9f.tar.gz gitea-8b078236801f5f37e83ba2f21c11679805e4ae9f.zip |
Improve visibility of "Pending" indicator (#8685)
* Improve visibility of "Pending" indicator
* Use background-color instead of just background
* Tone down the yellow
Diffstat (limited to 'templates/repo/diff/comments.tmpl')
-rw-r--r-- | templates/repo/diff/comments.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff/comments.tmpl b/templates/repo/diff/comments.tmpl index 1288886a61..85c84c6bac 100644 --- a/templates/repo/diff/comments.tmpl +++ b/templates/repo/diff/comments.tmpl @@ -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}} |