mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Make image occlusion's option buttons tabbable (#2966)
* Make image occlusion's option buttons tabbable * Added myself to contributors * Removed two-way binding
This commit is contained in:
parent
e1246a0f37
commit
5849fc6f64
2 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,7 @@ Shawn M Moore <https://github.com/sartak>
|
|||
Marko Sisovic <msisovic13@gmail.com>
|
||||
Viktor Ricci <ricci@primateer.de>
|
||||
Harvey Randall <harveyrandall2001@gmail.com>
|
||||
Pedro Lameiras <pedrolameiras@tecnico.ulisboa.pt>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<Container class="image-occlusion-picker">
|
||||
<div id="io-pick-image-file" style="padding-top: 60px; text-align: center;">
|
||||
<LabelButton
|
||||
tabbable={true}
|
||||
--border-left-radius="5px"
|
||||
--border-right-radius="5px"
|
||||
class="io-image-picker-button"
|
||||
|
@ -25,6 +26,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
</div>
|
||||
<div id="io-pick-image-clipboard" style="padding-top: 30px; text-align: center;">
|
||||
<LabelButton
|
||||
tabbable={true}
|
||||
--border-left-radius="5px"
|
||||
--border-right-radius="5px"
|
||||
class="io-image-picker-button"
|
||||
|
|
Loading…
Reference in a new issue