Prevent theme icons from getting focus when tabbing

Looks like `tabindex="-1"` didn't work, need to file a separate issue for that
This commit is contained in:
Lea Verou
2025-03-28 13:19:19 -04:00
parent 3e2d1b98be
commit 2cfd651d2f

View File

@@ -21,8 +21,8 @@
</div>
</div>
<div class="row row-2">
<wa-input value="Input" size="small"></wa-input>
<wa-button size="small" variant="brand">Go</wa-button>
<wa-input value="Input" size="small" inert></wa-input>
<wa-button size="small" variant="brand" inert>Go</wa-button>
</div>
</div>
</template>