summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/branch_selector_field.tmpl
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-09 19:21:47 +0100
committerGitHub <noreply@github.com>2020-11-09 18:21:47 +0000
commit8bae34c4b24b6af4ce9144028298884710ebf7a5 (patch)
tree879e32216b04f2e2dab0bc959ada756582144603 /templates/repo/issue/branch_selector_field.tmpl
parentef2ffc6aeddb872e438627b9fcb67bdd889fc726 (diff)
downloadgitea-8bae34c4b24b6af4ce9144028298884710ebf7a5.tar.gz
gitea-8bae34c4b24b6af4ce9144028298884710ebf7a5.zip
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.
Diffstat (limited to 'templates/repo/issue/branch_selector_field.tmpl')
-rw-r--r--templates/repo/issue/branch_selector_field.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/branch_selector_field.tmpl b/templates/repo/issue/branch_selector_field.tmpl
index 0facc96bcb..469e72d213 100644
--- a/templates/repo/issue/branch_selector_field.tmpl
+++ b/templates/repo/issue/branch_selector_field.tmpl
@@ -12,7 +12,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.filter_branch_and_tag"}}...">
</div>
<div class="header">