mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Remove black labels and CSS cleanup (#21003)
Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -18,7 +18,7 @@ | ||||
| 			<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams"> | ||||
| 				{{svg "octicon-people"}} {{$.locale.Tr "org.teams"}} | ||||
| 				{{if .NumTeams}} | ||||
| 					<div class="ui black label">{{.NumTeams}}</div> | ||||
| 					<div class="ui primary label">{{.NumTeams}}</div> | ||||
| 				{{end}} | ||||
| 			</a> | ||||
| 		{{end}} | ||||
|   | ||||
| @@ -39,7 +39,7 @@ | ||||
| 					<a class="item" href="{{$.OrgLink}}/teams"> | ||||
| 						{{svg "octicon-people"}} {{$.locale.Tr "org.teams"}} | ||||
| 						{{if .NumTeams}} | ||||
| 							<div class="ui black label">{{.NumTeams}}</div> | ||||
| 							<div class="ui primary label">{{.NumTeams}}</div> | ||||
| 						{{end}} | ||||
| 					</a> | ||||
| 				{{end}} | ||||
|   | ||||
| @@ -339,10 +339,6 @@ td.blob-hunk { | ||||
|   color: var(--color-secondary-dark-6); | ||||
| } | ||||
|  | ||||
| .repository.labels .ui.basic.black.label { | ||||
|   background-color: #bbbbbb !important; | ||||
| } | ||||
|  | ||||
| .lines-num { | ||||
|   color: var(--color-secondary-dark-6) !important; | ||||
|   border-color: var(--color-secondary) !important; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user