mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix background of signed-commits on arc-green (#12837)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		@@ -1490,7 +1490,8 @@ a.ui.labels .label:hover {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
 | 
			
		||||
.repository #repo-files-table .sha.label.isSigned .detail.icon {
 | 
			
		||||
.repository #repo-files-table .sha.label.isSigned .detail.icon,
 | 
			
		||||
.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon {
 | 
			
		||||
  background: none;
 | 
			
		||||
  border-left-color: #888;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user