mirror of https://github.com/docker/docs.git
Merge pull request #10817 from thaJeztah/search_focus
landing page: set focus on search field
This commit is contained in:
commit
93a3d730ed
|
@ -71,6 +71,7 @@
|
|||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
dir="auto"
|
||||
autofocus
|
||||
/>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -105,6 +105,11 @@ body#landing {
|
|||
height: 50px;
|
||||
line-height: 24px;
|
||||
padding: 13px 20px;
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue