navbar: Add Ionic search icon and use for navbar search.

This adds a new search icon which we prefer over the one made
available from bootstrap, and replaces search icons in navbar
search with the Ionic icon.
This commit is contained in:
YashRE42
2022-05-30 06:10:21 +05:30
committed by Tim Abbott
parent e029fe6249
commit e3ad9c10bb
6 changed files with 16 additions and 9 deletions

View File

@@ -18,4 +18,4 @@
{{> navbar_icon_and_title }}
</span>
{{/if}}
<span class="search_icon search_closed" role="button"><i class="fa fa-search" aria-hidden="true"></i></span>
<span class="search_icon search_closed" role="button"><i class="zulip-icon zulip-icon-search" aria-hidden="true"></i></span>