1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-30 06:08:35 +00:00

Remove font-awesome and fomantic icon module (#24471)

Fixes https://github.com/go-gitea/gitea/issues/10410.
This PR removes around 120kB of CSS.
This commit is contained in:
silverwind
2023-05-01 19:25:54 +02:00
committed by GitHub
parent 3e7101dd64
commit fa506cd571
10 changed files with 6 additions and 8930 deletions

View File

@@ -1,7 +1,6 @@
{{template "base/head" .}}
<div class="page-content repository">
{{template "repo/header" .}}
<div class="ui container">
<div class="ui stackable grid">
<div class="four wide column">
@@ -12,7 +11,7 @@
<a class="item{{if eq .Entry.Name $.CurWorkflow}} active{{end}}" href="{{$.Link}}?workflow={{.Entry.Name}}">{{.Entry.Name}}
{{if .ErrMsg}}
<span data-tooltip-content="{{.ErrMsg}}">
<i class="warning icon red"></i>
{{svg "octicon-alert" 16 "text red"}}
</span>
{{end}}
</a>