mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove "tabindex" from some form buttons (#27892)
Remove the "tabindex" from some form buttons on the "diff box" / "issue view content" page, let the browser use the default tab order. --------- Co-authored-by: Gusted <postmaster@gusted.xyz> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -238,8 +238,8 @@
 | 
			
		||||
					"DropzoneParentContainer" ".ui.form"
 | 
			
		||||
				)}}
 | 
			
		||||
				<div class="text right edit buttons">
 | 
			
		||||
					<button class="ui cancel button" tabindex="3">{{ctx.Locale.Tr "repo.issues.cancel"}}</button>
 | 
			
		||||
					<button class="ui primary save button" tabindex="2">{{ctx.Locale.Tr "repo.issues.save"}}</button>
 | 
			
		||||
					<button class="ui cancel button">{{ctx.Locale.Tr "repo.issues.cancel"}}</button>
 | 
			
		||||
					<button class="ui primary save button">{{ctx.Locale.Tr "repo.issues.save"}}</button>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		</template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user