mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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