Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
44 stars 3 forks source link

Radio button: roundness issue #51

Open Wolfr opened 3 years ago

Wolfr commented 3 years ago

Radio button is not really rounded. How to fix 🤔 ? Already gave it a try, with a lot of variations on border-radius in the _c-checkbox-radio.scss partial, but to no avail. The dot is rendered using a :before pseudo element.

image

Thanks @fractalhq for reporting this to give it extra attention.

Wolfr commented 3 years ago

Possible route to try is to rewrite the code so it doesn't use a pseudo element.