]> BookStack Code Mirror - bookstack/blobdiff - resources/views/entities/search-form.blade.php
Cleaned up dark mode styles inc. setting browser color scheme
[bookstack] / resources / views / entities / search-form.blade.php
index b65d5df944c2e399650a2015b4a671355ee21c27..1a1f785e6652605cbb44e9fad446460854728be5 100644 (file)
@@ -5,6 +5,6 @@
     <form refs="entity-search@searchForm" class="search-box flexible" role="search">
         <input refs="entity-search@searchInput" type="text"
                aria-label="{{ $label }}" name="term" placeholder="{{ $label }}">
-        <button type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
+        <button tabindex="-1" type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
     </form>
 </div>
\ No newline at end of file