From 819901b3e9c187aed1d29f7b58599ed61075781a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Vald=C3=A9s?= Date: Wed, 21 Oct 2020 16:47:16 -0700 Subject: [PATCH] Update outdated label to use Fomantic UI style (#13181) * Update outdated label to use Fomantic UI style * Use native labels rather than custom style * Remove leading zero Co-authored-by: zeripath --- templates/repo/diff/comments.tmpl | 4 +-- templates/repo/issue/view_content.tmpl | 2 +- .../repo/issue/view_content/comments.tmpl | 6 ++-- web_src/less/_repository.less | 34 +++++-------------- web_src/less/themes/theme-arc-green.less | 8 ++--- 5 files changed, 16 insertions(+), 38 deletions(-) diff --git a/templates/repo/diff/comments.tmpl b/templates/repo/diff/comments.tmpl index 097d437a6..076d2d969 100644 --- a/templates/repo/diff/comments.tmpl +++ b/templates/repo/diff/comments.tmpl @@ -21,11 +21,11 @@
{{if and .Review}} {{if eq .Review.Type 0}} -
+
{{$.root.i18n.Tr "repo.issues.review.pending"}}
{{else}} -
+
{{$.root.i18n.Tr "repo.issues.review.review"}}
{{end}} diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index 0ddea1681..53a14a28e 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -41,7 +41,7 @@ {{if not $.Repository.IsArchived}}
{{if gt .Issue.ShowTag 0}} -
+
{{if eq .Issue.ShowTag 2}} {{$.i18n.Tr "repo.issues.collaborator"}} {{else if eq .Issue.ShowTag 3}} diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index f1ec8a9da..68bb2d49f 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -28,12 +28,12 @@ {{if not $.Repository.IsArchived}}
{{if eq .PosterID .Issue.PosterID }} -
+
{{$.i18n.Tr "repo.issues.poster"}}
{{end}} {{if gt .ShowTag 0}} -
+
{{if eq .ShowTag 2}} {{$.i18n.Tr "repo.issues.collaborator"}} {{else if eq .ShowTag 3}} @@ -460,7 +460,7 @@ {{end}} {{$filename}} {{if $invalid }} - + {{$.i18n.Tr "repo.issues.review.outdated"}} {{end}} diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index fba83adf7..0c8939181 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -953,22 +953,6 @@ .comment { - .tag { - color: #767676; - margin-top: 3px; - padding: 2px 5px; - font-size: 12px; - border: 1px solid rgba(0, 0, 0, .1); - border-radius: 3px; - &.review { - margin-left: 5px; - &.pending { - color: black; - background-color: #fffbb2; - } - } - } - .actions { .item { float: left; @@ -1005,7 +989,7 @@ > .header { #avatar-arrow; font-weight: normal; - padding: auto 15px; + padding: .5rem 1rem; position: relative; color: #767676; background-color: #f7f7f7; @@ -1032,6 +1016,10 @@ display: flex; padding: 0 .5rem; + &.right { + margin: 0; + } + a { color: rgba(0, 0, 0, .4); @@ -1226,16 +1214,10 @@ .hide-outdated { display: block; } - } - .tag { - color: black; - margin: 3px 0 0 5px; - padding: 2px 5px; - font-size: 12px; - border: 1px solid rgba(0, 0, 0, .1); - border-radius: 3px; - background-color: #fffbb2; + .label { + margin-left: 6px; + } } } } diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 2bd9bf6a4..1e2a42611 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -618,7 +618,8 @@ footer { .ui.label, .ui.label.basic { color: #dbdbdb; - background-color: #2a2e39; + border-color: rgb(152, 152, 152); + background-color: #2a2e39 !important; } .issue.list > .item .title { @@ -1121,11 +1122,6 @@ a.ui.basic.green.label:hover { color: #9e9e9e; } -.repository.view.issue .comment-list .comment .tag { - color: #dbdbdb; - border-color: rgb(152, 152, 152); -} - .repository.view.issue .comment-list .timeline-item .badge.badge-commit { background: radial-gradient(#383c4a 40%, transparent 40%) no-repeat; }