mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Remove more unused Fomantic variants (#25292)
Save another 50KB of CSS by removing unused and useless Fomantic variants. Removed the last instance if a `tertiary` button and fixed a TODO: <img width="509" alt="Screenshot 2023-06-15 at 22 34 36" src="https://github.com/go-gitea/gitea/assets/115237/8a16ae7b-2b17-439b-a096-60a52724e3d6">
This commit is contained in:
		@@ -197,22 +197,6 @@ a.btn:hover {
 | 
			
		||||
  border-color: var(--color-secondary-active);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* tertiary */
 | 
			
		||||
 | 
			
		||||
.ui.tertiary.button,
 | 
			
		||||
.ui.tertiary.button:focus {
 | 
			
		||||
  color: var(--color-text-light);
 | 
			
		||||
  border: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.tertiary.button:hover {
 | 
			
		||||
  color: var(--color-text);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.tertiary.button:active {
 | 
			
		||||
  color: var(--color-text-dark);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* red */
 | 
			
		||||
 | 
			
		||||
.ui.red.labels .label,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user