mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	Fix issue and commit status popup padding (#25254)
Close #25249 Use "dialog" for the role  --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		
							parent
							
								
									73ae71824d
								
							
						
					
					
						commit
						8e0316c321
					
				@ -34,6 +34,7 @@ export function attachRefIssueContextPopup(refIssues) {
 | 
			
		||||
      content: el,
 | 
			
		||||
      placement: 'top-start',
 | 
			
		||||
      interactive: true,
 | 
			
		||||
      role: 'dialog',
 | 
			
		||||
      interactiveBorder: 5,
 | 
			
		||||
      onShow: () => {
 | 
			
		||||
        el.firstChild.dispatchEvent(new CustomEvent('ce-load-context-popup', {detail: {owner, repo, index}}));
 | 
			
		||||
 | 
			
		||||
@ -65,6 +65,7 @@ export function initCommitStatuses() {
 | 
			
		||||
      content: this.nextElementSibling,
 | 
			
		||||
      placement: top ? 'top-start' : 'bottom-start',
 | 
			
		||||
      interactive: true,
 | 
			
		||||
      role: 'dialog',
 | 
			
		||||
    });
 | 
			
		||||
  });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user