sveltekit-jui icon indicating copy to clipboard operation
sveltekit-jui copied to clipboard

Radio button: roundness issue

Open Wolfr opened this issue 5 years ago • 1 comments

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 avatar Apr 10 '21 19:04 Wolfr

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

Wolfr avatar Apr 13 '21 21:04 Wolfr