reberhardt7 / cplayground

GNU General Public License v3.0
118 stars 14 forks source link

Change background on hover for debug control buttons #32

Open reberhardt7 opened 4 years ago

reberhardt7 commented 4 years ago

There are two sets of debugger controls: the controls in the Processes tab, and the inline controls:

Screen Shot 2020-04-18 at 12 39 37 AM Screen Shot 2020-04-18 at 12 39 43 AM

When you mouse over a button in these controls, the cursor changes to the glove to indicate it's a button, but that's the only indication that those things are clickable. It may help the usability of the UI to also make the button background change on hover. (We do that for basically every other clickable element in cplayground right now.)

NoahGeller commented 4 years ago

Working on this!