diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2025-01-12 13:16:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-12 05:16:22 +0000 |
commit | 9024b7993334d7ea16d184138b38c7f29b092439 (patch) | |
tree | d62efa03408a8a275019a85cfde5ac0a0d5edbe6 /templates/repo | |
parent | a068462ac08e3937ba829722d9a417763cb3763e (diff) | |
download | gitea-9024b7993334d7ea16d184138b38c7f29b092439.tar.gz gitea-9024b7993334d7ea16d184138b38c7f29b092439.zip |
Remove unused CSS styles and move some styles to proper files (#33217)
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/pulse.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/settings/lfs.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/pulse.tmpl b/templates/repo/pulse.tmpl index 5222633507..6a42a0ba48 100644 --- a/templates/repo/pulse.tmpl +++ b/templates/repo/pulse.tmpl @@ -49,7 +49,7 @@ </div> {{else}} <div class="stats-table"> - <a class="table-cell tiny background light grey"></a> + <a class="table-cell tiny tw-bg-grey"></a> </div> {{end}} {{ctx.Locale.TrN .Activity.ActiveIssueCount "repo.activity.active_issues_count_1" "repo.activity.active_issues_count_n" .Activity.ActiveIssueCount}} diff --git a/templates/repo/settings/lfs.tmpl b/templates/repo/settings/lfs.tmpl index c1878d2853..a95bd51c4f 100644 --- a/templates/repo/settings/lfs.tmpl +++ b/templates/repo/settings/lfs.tmpl @@ -12,7 +12,7 @@ {{range .LFSFiles}} <tr> <td> - <a href="{{$.Link}}/show/{{.Oid}}" title="{{.Oid}}" class="ui brown button tw-font-mono"> + <a href="{{$.Link}}/show/{{.Oid}}" title="{{.Oid}}" class="ui button tw-font-mono"> {{ShortSha .Oid}} </a> </td> |