mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Highlight archived labels (#29680)
the issue is, that you can not distinguish between normal and archived labels. So this will make archived labels 80% **grayscale**. And prepend "Archived: " to the tooltip info     --- *Sponsored by Kithara Software GmbH* --------- Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
		@@ -2417,6 +2417,10 @@
 | 
			
		||||
  gap: 0 !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.archived-label {
 | 
			
		||||
  filter: grayscale(0.8);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.label.scope-left {
 | 
			
		||||
  border-bottom-right-radius: 0;
 | 
			
		||||
  border-top-right-radius: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user