Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/org/menu.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams">
{{svg "octicon-people"}}&nbsp;{{$.locale.Tr "org.teams"}}
{{if .NumTeams}}
<div class="ui black label">{{.NumTeams}}</div>
<div class="ui primary label">{{.NumTeams}}</div>
{{end}}
</a>
{{end}}
Expand Down
2 changes: 1 addition & 1 deletion templates/user/overview/header.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<a class="item" href="{{$.OrgLink}}/teams">
{{svg "octicon-people"}}&nbsp;{{$.locale.Tr "org.teams"}}
{{if .NumTeams}}
<div class="ui black label">{{.NumTeams}}</div>
<div class="ui primary label">{{.NumTeams}}</div>
{{end}}
</a>
{{end}}
Expand Down
4 changes: 0 additions & 4 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down