1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Fix radio group opacity on firefox on ubuntu

This commit is contained in:
Andrew Kingston 2021-06-07 09:41:27 +01:00
parent d6808f4850
commit a481f807dd

View file

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