Skip to content

Commit

Permalink
Merge pull request #602 from CDLUC3/bug/dmpupload-field-fix
Browse files Browse the repository at this point in the history
Fix an issue that was causing the file upload field not to display
  • Loading branch information
briri authored Jun 12, 2024
2 parents 2a771c1 + 57d1538 commit 313a544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/dmptool_v5/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ body {
@extend .dmpui-frontend-btn-secondary;
}

div.dmpui-field-fileinput-group input[type='file'] {
opacity: 100%;
}

/* Dropdown menus */
.dmpui-dropdown {
position: relative;
Expand Down

0 comments on commit 313a544

Please sign in to comment.