1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Change search and filter icons to SVG (#13473)

Unfortunately, the Fomantic CSS relies on i.icon instead of .icon so a
wrapper is necessary for these with an accompanying class to center the
icon.
This commit is contained in:
silverwind
2020-11-09 19:21:47 +01:00
committed by GitHub
parent ef2ffc6aed
commit 8bae34c4b2
11 changed files with 25 additions and 25 deletions

View File

@ -16,7 +16,7 @@
</div>
<div class="menu">
<div class="ui icon search input">
<i class="filter icon"></i>
<i class="icon df ac jc m-0">{{svg "octicon-filter" 16}}</i>
<input name="search" placeholder="{{.i18n.Tr "repo.wiki.filter_page"}}...">
</div>
<div class="scrolling menu">