mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Improve branch list UI (#27319)
1. Put the `"octicon-shield-lock"` into the flex container, then it doesn't need a separate flex box 2. Remove some unnecessary `gt-df` helpers 3. Make `btn` button has the same flex behavior as `ui button`  
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
			
		||||
  color: var(--color-red);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* btn is a plain button without any opinionated styling */
 | 
			
		||||
/* btn is a plain button without any opinionated styling, it only uses flex for vertical alignment like ".ui.button" in base.css */
 | 
			
		||||
 | 
			
		||||
.btn {
 | 
			
		||||
  background: transparent;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user