Merge pull request #10817 from thaJeztah/search_focus

landing page: set focus on search field
This commit is contained in:
Usha Mandya 2020-05-15 18:27:24 +01:00 committed by GitHub
commit 93a3d730ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,7 @@
autocomplete="off"
spellcheck="false"
dir="auto"
autofocus
/>
</form>
</div>

View File

@ -105,6 +105,11 @@ body#landing {
height: 50px;
line-height: 24px;
padding: 13px 20px;
&:focus {
box-shadow: none;
outline: none;
}
}
}