Skip to content

Commit c80ca94

Browse files
silverwindjolheiserlunny
authored
Remove black labels and CSS cleanup (#21003)
Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 parent a48d6ba commit c80ca94

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Diff for: templates/org/menu.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a class="{{if $.PageIsOrgTeams}}active{{end}} item" href="{{$.OrgLink}}/teams">
1919
{{svg "octicon-people"}}&nbsp;{{$.locale.Tr "org.teams"}}
2020
{{if .NumTeams}}
21-
<div class="ui black label">{{.NumTeams}}</div>
21+
<div class="ui primary label">{{.NumTeams}}</div>
2222
{{end}}
2323
</a>
2424
{{end}}

Diff for: templates/user/overview/header.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<a class="item" href="{{$.OrgLink}}/teams">
4040
{{svg "octicon-people"}}&nbsp;{{$.locale.Tr "org.teams"}}
4141
{{if .NumTeams}}
42-
<div class="ui black label">{{.NumTeams}}</div>
42+
<div class="ui primary label">{{.NumTeams}}</div>
4343
{{end}}
4444
</a>
4545
{{end}}

Diff for: web_src/less/themes/theme-arc-green.less

-4
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ td.blob-hunk {
339339
color: var(--color-secondary-dark-6);
340340
}
341341

342-
.repository.labels .ui.basic.black.label {
343-
background-color: #bbbbbb !important;
344-
}
345-
346342
.lines-num {
347343
color: var(--color-secondary-dark-6) !important;
348344
border-color: var(--color-secondary) !important;

0 commit comments

Comments
 (0)