mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Update octicons and use octicon-file-directory-symlink (#25453)
				
					
				
			Make use of the [new octicon](https://github.com/primer/octicons/issues/945) that indicates a symlink to a directory: <img width="189" alt="Screenshot 2023-06-22 at 22 50 57" src="https://github.com/go-gitea/gitea/assets/115237/a70690ea-ebfc-48fe-af23-cdc33bcb2098">
This commit is contained in:
		| @@ -281,7 +281,8 @@ | ||||
| } | ||||
|  | ||||
| .repository.file.list #repo-files-table tbody .svg.octicon-file, | ||||
| .repository.file.list #repo-files-table tbody .svg.octicon-file-symlink-file { | ||||
| .repository.file.list #repo-files-table tbody .svg.octicon-file-symlink-file, | ||||
| .repository.file.list #repo-files-table tbody .svg.octicon-file-directory-symlink { | ||||
|   color: var(--color-secondary-dark-7); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user