Fix display of theme checkboxes

This commit is contained in:
tusooa 2023-03-03 23:38:56 -05:00
commit da46c30893
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 12 additions and 4 deletions

View file

@ -129,12 +129,13 @@
v-model="selected.inset"
:disabled="!present"
name="inset"
class="input-inset"
class="input-inset visible-for-screenreader-only"
type="checkbox"
>
<label
class="checkbox-label"
for="inset"
:aria-hidden="true"
/>
</div>
<div