From 4617bb689b217ae039297ec16124e73b81487b15 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 1 Nov 2020 21:04:26 +0100 Subject: Misc UI fixes, add secondary color (#13378) * Misc UI fixes, add secondary color - Add secondary color, primarily used in arc-green currently - Convert icons on release page to SVG - Improve resolved conversation placeholder - Diff fixes on arc-green - Misc color tweaks * fix comment header, adjust arc-green dropzone * label margin, sidebar margin * flexbox commits table and add primary button styles * tooltip styles * file header fixes Co-authored-by: Lauris BH Co-authored-by: zeripath --- templates/repo/release/list.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/repo/release') diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index c353cc7627..36bac57c42 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -28,17 +28,17 @@ {{$.i18n.Tr "repo.release.stable"}} {{end}} - {{.TagName}} + {{svg "octicon-tag" 16 "mr-2"}}{{.TagName}} - {{ShortSha .Sha1}} + {{svg "octicon-git-commit" 16 "mr-2"}}{{ShortSha .Sha1}} {{end}}
{{if .IsTag}}

- {{.TagName}} + {{svg "octicon-tag" 16 "mr-2"}}{{.TagName}}

{{ if gt .Publisher.ID 0 }} @@ -51,7 +51,7 @@

{{if $.Permission.CanRead $.UnitTypeCode}} - {{ShortSha .Sha1}} + {{svg "octicon-git-commit" 16 "mr-2"}}{{ShortSha .Sha1}} {{svg "octicon-file-zip"}} ZIP {{svg "octicon-file-zip"}} TAR.GZ {{end}} @@ -64,7 +64,7 @@

{{if .OriginalAuthor}} - + {{svg "octicon-mark-github"}} {{.OriginalAuthor}} {{else if .Publisher}} -- cgit v1.2.3