Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

Add pointer cursor to all buttons, radios, and checkboxes #22

Closed dpasque closed 1 year ago

dpasque commented 1 year ago

What Does This PR Add/Change?

For a better interactive feel, we add cursor: pointer to all...

We also make radio and checkbox labels not take the full width so that there's not an obscenely wide click target!

Testing Instructions

Boot the app with yarn start and click around! The cursor should be a pointer hand when you expect it to :)

Issues

Related to #
Closes #

dpasque commented 1 year ago

Abandoning -- turns out, we shouldn't use the cursor pointer!