Merge pull request #1648 from Budibase/fix/radio-group-opacity

Fix radio group opacity on firefox on ubuntu
This commit is contained in:
Andrew Kingston 2021-06-07 09:44:53 +01:00 committed by GitHub
commit 5ff2b373b4
1 changed files with 6 additions and 0 deletions

View File

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