Skip to content

Commit

Permalink
Revert search input type as it show 2 magnifiers on safari.
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Rogers <me@mikerogers.io>
  • Loading branch information
p8 and MikeRogers0 committed Mar 30, 2021
1 parent 7def114 commit 68dbaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/generator/template/rails/_panel.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<label class="panel_mobile_button" for="hamburger"><span></span> Menu</label>
<div class="panel panel_tree" id="panel" data-turbolinks-permanent>
<div class="header">
<input type="search" placeholder="Search for a class, method, ..." autosave="searchdoc" results="10" id="search" autocomplete="off" tabindex="-1" />
<input type="text" placeholder="Search for a class, method, ..." autosave="searchdoc" results="10" id="search" autocomplete="off" tabindex="-1" />
<label class="panel_mobile_button_close" for="hamburger"><span></span> Close</label>
</div>
<div class="tree">
Expand Down

0 comments on commit 68dbaf6

Please sign in to comment.