mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			315 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			315 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .code-view .lines-num:hover {
 | |
|   color: var(--color-text-dark) !important;
 | |
| }
 | |
| 
 | |
| .ui.button.code-line-button {
 | |
|   border: 1px solid var(--color-secondary);
 | |
|   padding: 1px 4px;
 | |
|   margin: 0;
 | |
|   min-height: 0;
 | |
|   position: absolute;
 | |
|   left: 6px;
 | |
| }
 | |
| 
 | |
| .ui.button.code-line-button:hover {
 | |
|   background: var(--color-secondary);
 | |
| }
 |