Fix skip to next focus

#3
by victor HF staff - opened
Files changed (1) hide show
  1. frontend/src/routes/index.svelte +1 -0
frontend/src/routes/index.svelte CHANGED
@@ -220,6 +220,7 @@
220
  <span class="sm:block hidden mx-3 flex-1 border-[0.5px] border-opacity-50 border-gray-400" />
221
  <span class="font-light flex-1 text-xs sm:text-base">
222
  <button
 
223
  on:click={() => restartBoard()}
224
  class="hover:no-underline underline underline-offset-2 hover:scale-105 transition-all duration-200 ease-in-out"
225
  >Skip to next</button
220
  <span class="sm:block hidden mx-3 flex-1 border-[0.5px] border-opacity-50 border-gray-400" />
221
  <span class="font-light flex-1 text-xs sm:text-base">
222
  <button
223
+ tabindex="-1"
224
  on:click={() => restartBoard()}
225
  class="hover:no-underline underline underline-offset-2 hover:scale-105 transition-all duration-200 ease-in-out"
226
  >Skip to next</button