t3dotgg / Chrometana

Redirect Bing Somewhere Better
http://Chrometana.Theo.li
MIT License
74 stars 15 forks source link

Fixed radio buttons & text-edit cursor appearing on non-editable text. #41

Closed niall-slater closed 6 years ago

niall-slater commented 6 years ago

I set them to be radio buttons rather than checkboxes and game them each the same 'name' attribute (to put them in a radio group), and a 'value' attribute (which, judging from options.js, you don't have to use). You can now only select one of them at a time.

I also noticed the helper text labels had the editable-text cursor over them instead of the expected default cursor, so I added a line to the body{} section of the CSS to make sure it's always the default unless overridden by another class.

Hope that helps!

t3dotgg commented 6 years ago

Perfect, thank you so much!