Change some label colors (#9051)

* Change label colors

* Override black basic label background for green theme on label list
This commit is contained in:
jaqra
2019-12-04 04:39:58 +03:00
committed by techknowlogick
parent bac4b78e09
commit 8875586570
8 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
</div>
</div>
{{template "base/alert" .}}
<div class="ui black label">{{.i18n.Tr "repo.issues.label_count" .NumLabels}}</div>
<div class="ui black basic label">{{.i18n.Tr "repo.issues.label_count" .NumLabels}}</div>
<div class="label list">
{{if and (or $.CanWriteIssues $.CanWritePulls) (eq .NumLabels 0) (not $.Repository.IsArchived) }}
<div class="ui centered grid">