Skip to content

Commit 554709e

Browse files
committed
revert "set type on input field to search for better semantics" as it creates major styling problems
reverts commit 085e493
1 parent e27c1db commit 554709e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="navbar-item hide-for-print">
1616
{{#if (and page.component (ne page.component.name 'home'))}}
1717
<div id="search" class="field has-filter">
18-
<input class="query" type="search" placeholder="Search the docs">
18+
<input class="query" type="text" placeholder="Search the docs">
1919
<label class="filter checkbox">
2020
<input type="checkbox" data-facet-filter="component:{{page.component.name}}"> In this project
2121
</label>

0 commit comments

Comments
 (0)