mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 06:24:11 +01:00 
			
		
		
		
	Fix incorrect color of selected assignees when create issue (#26324)
Before:  After:  Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		
							parent
							
								
									6151e69d95
								
							
						
					
					
						commit
						30eae5a40c
					
				@ -170,11 +170,13 @@
 | 
			
		||||
				<span class="no-select item {{if .HasSelectedLabel}}gt-hidden{{end}}">
 | 
			
		||||
					{{.locale.Tr "repo.issues.new.no_assignees"}}
 | 
			
		||||
				</span>
 | 
			
		||||
				<div class="selected">
 | 
			
		||||
				{{range .Assignees}}
 | 
			
		||||
					<a class="item gt-p-2 muted gt-hidden" id="assignee_{{.ID}}" href="{{$.RepoLink}}/issues?assignee={{.ID}}">
 | 
			
		||||
						{{avatar $.Context . 28 "gt-mr-3 gt-vm"}}{{.GetDisplayName}}
 | 
			
		||||
					</a>
 | 
			
		||||
				{{end}}
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		{{if and .PageIsComparePull (not (eq .HeadRepo.FullName .BaseCompareRepo.FullName)) .CanWriteToHeadRepo}}
 | 
			
		||||
			<div class="divider"></div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user