radames victor HF staff commited on
Commit
3c47448
Β·
1 Parent(s): 66d9550

Fix skip to next focus (#3)

Browse files

- Fix skip to next focus (65172887ee1b90c8a52fb3865ba0c025eca8c1f1)


Co-authored-by: Victor M <victor@users.noreply.huggingface.co>

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