R/UI_actionButtonLocal.R

Defines functions downloadButton_notdfl actionButton_notdfl

# This content is altered from Shiny base code
# it has been altered to improve appearance of actionbuttons

actionButton_notdfl <- function(...){
  out <- actionButton(...)
  htmltools::tagQuery(out)$removeClass("btn-default")$allTags()
}

downloadButton_notdfl <- function(...){
  out <- downloadButton(...)
  htmltools::tagQuery(out)$removeClass("btn-default")$allTags()
}
sustainablefarms/farm_biodiversity_app documentation built on Sept. 13, 2023, 9:28 p.m.