Merge pull request '[BUG] Consistent styling for Sort filter' (#2920) from gusted/forgejo-filter-type into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2920 Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
		
				commit
				
					
						e96714016c
					
				
			
		
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
		{{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.project_kind")}}
 | 
			
		||||
	</form>
 | 
			
		||||
	<!-- Sort -->
 | 
			
		||||
	<div class="list-header-sort ui small dropdown type jump item">
 | 
			
		||||
	<div class="list-header-sort ui dropdown type jump item">
 | 
			
		||||
		<span class="text">
 | 
			
		||||
			{{ctx.Locale.Tr "repo.issues.filter_sort"}}
 | 
			
		||||
		</span>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -188,7 +188,7 @@
 | 
			
		|||
{{end}}
 | 
			
		||||
 | 
			
		||||
<!-- Sort -->
 | 
			
		||||
<div class="list-header-sort ui small dropdown downward type jump item">
 | 
			
		||||
<div class="list-header-sort ui dropdown downward type jump item">
 | 
			
		||||
	<span class="text">
 | 
			
		||||
		{{ctx.Locale.Tr "repo.issues.filter_sort"}}
 | 
			
		||||
	</span>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
<!-- Sort -->
 | 
			
		||||
<div class="list-header-sort ui small dropdown type jump item">
 | 
			
		||||
<div class="list-header-sort ui dropdown type jump item">
 | 
			
		||||
	<span class="text">
 | 
			
		||||
		{{ctx.Locale.Tr "repo.issues.filter_sort"}}
 | 
			
		||||
	</span>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue