Fix radio group opacity on firefox on ubuntu

This commit is contained in:
Andrew Kingston 2021-06-07 09:41:27 +01:00
parent 509375313a
commit 58c2ce4959
1 changed files with 6 additions and 0 deletions

View File

@ -37,3 +37,9 @@
{/each}
{/if}
</div>
<style>
.spectrum-Radio-input {
opacity: 0;
}
</style>