actionButton without default CSS classes
I'm using CSS to style my applications. I've found that I need to repeatedly do more work with actionButtons because they come with default CSS classes whether I want them to or not. Take a look at this example: library(shiny)…