Tab index -1 for spinners so we dont tab to them
This commit is contained in:
parent
4fe0341225
commit
a9fdb376fe
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
||||||
@animationend="animationEnd"
|
@animationend="animationEnd"
|
||||||
/>
|
/>
|
||||||
<div class="spinner-buttons">
|
<div class="spinner-buttons">
|
||||||
<button type="button" @click="increment(1)" @mousedown="spinnerClick">▲</button>
|
<button type="button" tabindex="-1" @click="increment(1)" @mousedown="spinnerClick">▲</button>
|
||||||
<button type="button" @click="increment(-1)" @mousedown="spinnerClick">▼</button>
|
<button type="button" tabindex="-1" @click="increment(-1)" @mousedown="spinnerClick">▼</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<sync-property-button @click="requestUpdate" />
|
<sync-property-button @click="requestUpdate" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue