rails / sdoc

Standalone sdoc generator
http://api.rubyonrails.org/
Other
820 stars 131 forks source link

Use `type="search"` for search input #322

Closed jonathanhefner closed 1 year ago

jonathanhefner commented 1 year ago

This was originally attempted in 88a61abd1ed1d4d0100d2ef97671719fe0ec9334 but reverted in 68dbaf68efdc876dce2c0cfeb2ec6c3fb1c788c8 due to an extra magnifying glass icon being shown in Webkit-based browsers.

This commits changes the search input to use type="search", and adds the necessary CSS to hide the native magnifying glass icon.

Before After
before after