1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-30 06:08:35 +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

@@ -7,7 +7,7 @@
<div class="ui fluid action input">
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "repo.search.search_repo"}}">
<button class="ui button" type="submit">
<i class="search icon"></i>
<i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
</button>
</div>
</form>