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:
Pedro Lameiras 2024-01-29 02:49:28 +00:00 committed by GitHub
parent e1246a0f37
commit 5849fc6f64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -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>
********************

View file

@ -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"