mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Remove highlight in repo list (#24675)
Before:  After:  private or internal repos have `lock` icon, no need to add highlights to them.
This commit is contained in:
		| @@ -171,10 +171,6 @@ | ||||
|   border-bottom: 1px solid var(--color-secondary); | ||||
| } | ||||
|  | ||||
| .feeds .list ul li.private { | ||||
|   background-color: var(--color-box-body-highlight); | ||||
| } | ||||
|  | ||||
| .feeds .list ul li .repo-list-link { | ||||
|   padding: 6px 1em; | ||||
|   display: block; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user