From c80ca94ab1de8ea3b13c1087cd7140165a11ceb7 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 31 Aug 2022 11:04:41 +0200 Subject: [PATCH] Remove black labels and CSS cleanup (#21003) Co-authored-by: John Olheiser Co-authored-by: Lunny Xiao --- templates/org/menu.tmpl | 2 +- templates/user/overview/header.tmpl | 2 +- web_src/less/themes/theme-arc-green.less | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/org/menu.tmpl b/templates/org/menu.tmpl index 5b22e303af..f86570d47b 100644 --- a/templates/org/menu.tmpl +++ b/templates/org/menu.tmpl @@ -18,7 +18,7 @@ {{svg "octicon-people"}} {{$.locale.Tr "org.teams"}} {{if .NumTeams}} -
{{.NumTeams}}
+
{{.NumTeams}}
{{end}}
{{end}} diff --git a/templates/user/overview/header.tmpl b/templates/user/overview/header.tmpl index edd4375e08..b61883b0c1 100644 --- a/templates/user/overview/header.tmpl +++ b/templates/user/overview/header.tmpl @@ -39,7 +39,7 @@ {{svg "octicon-people"}} {{$.locale.Tr "org.teams"}} {{if .NumTeams}} -
{{.NumTeams}}
+
{{.NumTeams}}
{{end}}
{{end}} diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 4d21a5ac43..2cbb979074 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -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;