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 3c844645d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>