Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit b708f63

Browse files
committed
adding the search icon
1 parent dd71985 commit b708f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/templates/partials/ishControls.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
</li>
3232
{{^ ishControlsHide.find }}
3333
<li class="sg-find">
34-
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon icon-eye" id="sg-f-toggle" title="Find stuff"><span class="is-vishidden">F</span></a>
34+
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon icon-search" id="sg-f-toggle" title="Find stuff"><span class="is-vishidden">F</span></a>
3535
<ul class="sg-view sg-acc-panel sg-right sg-checklist" id="sg-find" style="margin-top: 33px;">
36-
<li><input class="typeahead" type="text" placeholder="try it out"></li>
36+
<li><input class="typeahead" type="text" placeholder="search for a pattern..."></li>
3737
</ul>
3838
</li>
3939
{{/ ishControlsHide.find }}

0 commit comments

Comments
 (0)