Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d4ce836

Browse files
matskopetebacondarwin
authored andcommitted
chore(ngdocs): remove autofocus for the filtering search
1 parent caa12db commit d4ce836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<div class="dropdown search"
204204
ng-class="{open: focused && bestMatch.rank > 0 && bestMatch.page != currentPage}">
205205
<input type="text" ng-model="search" placeholder="search the docs"
206-
tabindex="1" accesskey="s" class="input-medium search-query" focused="focused">
206+
tabindex="1" accesskey="s" class="input-medium search-query" />
207207
<ul class="dropdown-menu">
208208
<li>
209209
<a href="{{bestMatch.page.url}}">{{bestMatch.page.shortName}}</a>

0 commit comments

Comments
 (0)