mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 04:55:57 +08:00
impr(result page): modify navigation order to make sure tab focuses the next test button
This commit is contained in:
parent
b19be346f0
commit
9fb4005452
1 changed files with 4 additions and 0 deletions
|
@ -321,6 +321,7 @@
|
|||
aria-label="Copy words list"
|
||||
data-balloon-pos="up"
|
||||
style="display: inline-block"
|
||||
tabindex="-1"
|
||||
>
|
||||
<i class="fas fa-fw fa-align-left"></i>
|
||||
</button>
|
||||
|
@ -329,6 +330,7 @@
|
|||
class="textButton"
|
||||
aria-label="Copy missed words list"
|
||||
data-balloon-pos="up"
|
||||
tabindex="-1"
|
||||
>
|
||||
<i class="fas fa-fw fa-times"></i>
|
||||
</button>
|
||||
|
@ -338,6 +340,7 @@
|
|||
aria-label="Toggle burst heatmap"
|
||||
data-balloon-pos="up"
|
||||
style="display: inline-block"
|
||||
tabindex="-1"
|
||||
>
|
||||
<i class="fas fa-fw fa-fire-alt"></i>
|
||||
</button>
|
||||
|
@ -362,6 +365,7 @@
|
|||
aria-label="Start replay"
|
||||
data-balloon-pos="up"
|
||||
style="display: inline-block"
|
||||
tabindex="-1"
|
||||
>
|
||||
<i class="fas fa-play"></i>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue