Skip to content

Commit

Permalink
clean up; style upload button in load module
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromiguelm committed Feb 26, 2024
1 parent 24ba0d5 commit 4daf8bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
6 changes: 0 additions & 6 deletions components/app/R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ app_ui <- function(x) {
center = tags$div(
shiny::div(shiny::textOutput("current_dataset"), class = "current-dataset"),
),
# #create button to start new data_upload with green color
# shiny::actionButton(
# "new_upload",
# "Data Upload",
# class = "new_upload_button"
# ),
div.chirpbutton,
bigdash::navbarDropdown(
"Help",
Expand Down
3 changes: 2 additions & 1 deletion components/board.loading/R/loading_table_datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ loading_table_datasets_ui <- function(
class = "btn btn-primary",
width = NULL
),
# create button to trigger new_upload modal in server
shiny::actionButton(
ns("newuploadbutton"),
label = "Upload dataset",
icon = icon("file-import"),
icon = icon("upload"),
class = "btn btn-info",
width = NULL
),
Expand Down
18 changes: 0 additions & 18 deletions scss/components/_wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,6 @@
justify-content: space-between !important
}


.new_upload_button {
width: auto !important;
background-color: #19d184 !important;
padding: 2px 12px !important;
font-size: 13px !important;
color: #ffffff !important;
margin: 6px 12px 6px 0px !important;
height: 25px !important;
border-color: #19d184 !important;
}

.new_upload_button:hover {
background-color: #ffffff !important;
color: #3181DE !important;
border-color: #3181DE !important;
}

.modal-dialog.modal-default {
margin-top : 3vh;
}
Expand Down

0 comments on commit 4daf8bb

Please sign in to comment.