Update so it won't take focus on any other form.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 11 Jan 2016 18:55:47 +0000 (13:55 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 11 Jan 2016 18:55:47 +0000 (13:55 -0500)
parts/search.php

index 8d5d00f..fa60955 100644 (file)
@@ -1,6 +1,7 @@
 <form role="search" method="get" id="searchform" class="show-for-large-up right" action="<?php echo home_url('/'); ?>">
-     <input class="search-input" type="search" placeholder="SEARCH" value="" name="s" id="lar-search">
+     <input class="search-input" type="search" placeholder="SEARCH" value="" name="s" id="lar-search" tabindex="-1">
      <input class="search-button" type="image" alt="Search"
         src="<?php bloginfo('template_url'); ?>/assets/search_icon.png"
-        name="searchButton">
-</form>
\ No newline at end of file
+        name="searchButton"
+        tabindex="-1">
+</form>