aboutsummaryrefslogtreecommitdiffstats
path: root/templates/shared/search
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-24 14:32:19 +0100
committerGitHub <noreply@github.com>2024-03-24 14:32:19 +0100
commitf22fe4e1944d8084dec7c04f064a8e782fca94d4 (patch)
treec831a5ce8cf53cc3c70c5dfab5baf573ade893d5 /templates/shared/search
parentdb01bf6cc88a8a7b5132b9306b3af1649566b10f (diff)
downloadgitea-f22fe4e1944d8084dec7c04f064a8e782fca94d4.tar.gz
gitea-f22fe4e1944d8084dec7c04f064a8e782fca94d4.zip
Remove fomantic header module (#30033)
Likely still a few useless classes left, but I think I at least don't have missed any. --------- Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'templates/shared/search')
-rw-r--r--templates/shared/search/code/results.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/search/code/results.tmpl b/templates/shared/search/code/results.tmpl
index 3bae959006..42e029da82 100644
--- a/templates/shared/search/code/results.tmpl
+++ b/templates/shared/search/code/results.tmpl
@@ -12,7 +12,7 @@
{{range $result := .SearchResults}}
{{$repo := or $.Repo (index $.RepoMaps .RepoID)}}
<div class="diff-file-box diff-box file-content non-diff-file-content repo-search-result">
- <h4 class="ui top attached normal header tw-flex tw-flex-wrap">
+ <h4 class="ui top attached header tw-font-normal tw-flex tw-flex-wrap">
{{if not $.Repo}}
<span class="file tw-flex-1">
<a rel="nofollow" href="{{$repo.Link}}">{{$repo.FullName}}</a>