# HG changeset patch # User Marcin Kuzminski # Date 2019-06-27 09:31:18 # Node ID b8080b960250012c6f57925d2c4f1886d73cb761 # Parent 8fd3d071bb2c44bd10a912e6565d15adaa08f256 ui: fixed tags display diff --git a/rhodecode/public/css/summary.less b/rhodecode/public/css/summary.less --- a/rhodecode/public/css/summary.less +++ b/rhodecode/public/css/summary.less @@ -299,7 +299,12 @@ margin-top: 7px; } - .tag, .tagtag, .branchtag, .booktag, .metatag, .perm_tag { + .summary-tag, + .summary-tagtag, + .summary-branchtag, + .summary-booktag, + .summary-metatag, + .summary-perm_tag { background:transparent; border: none; box-shadow: none; @@ -307,9 +312,12 @@ font-size: 13px; } - .tag span, .tag i { + .summary-tag span, + .summary-tag i, + .summary-tag a { color: @grey1; } + } .commit { color: @grey1; diff --git a/rhodecode/templates/summary/components.mako b/rhodecode/templates/summary/components.mako --- a/rhodecode/templates/summary/components.mako +++ b/rhodecode/templates/summary/components.mako @@ -1,7 +1,7 @@ <%namespace name="base" file="/base/base.mako"/> <%def name="refs_counters(branches, closed_branches, tags, bookmarks)"> - + % if len(branches) == 1: @@ -13,7 +13,7 @@ %if closed_branches: - + % if len(closed_branches) == 1: @@ -25,7 +25,7 @@ %endif - + % if len(tags) == 1: @@ -37,7 +37,7 @@ %if bookmarks: - + % if len(bookmarks) == 1: @@ -110,7 +110,7 @@ % endif ## commits - + % if commit_rev == -1: % if commit_rev == -1: @@ -131,7 +131,7 @@ ## forks - + ${c.repository_forks} ${_ungettext('Fork', 'Forks', c.repository_forks)}