ua-snap / ffvtr

FFVT R/Shiny
MIT License
0 stars 0 forks source link

Reset button goes gray after being clicked #46

Open cstephen opened 7 years ago

cstephen commented 7 years ago

The functionality works just fine, but the "Reset" button goes gray after it's clicked and doesn't un-gray until you click something else. This may have been introduced in 00ecad6.

cstephen commented 7 years ago

This issue has existed since the reset button was implemented in f3ebd26. It appears to be a simple style issue. The button displays as gray when the browser is focused on it. I don't think the issue is any deeper than that. Probably fixable with some CSS, but maybe there's a Shiny way to fix it.