Skip to content

Commit

Permalink
fix issue with 'input[type='file'] { opacity: 0; }' setting the DMPUp…
Browse files Browse the repository at this point in the history
…load file field so that it is invisible to the user
  • Loading branch information
briri committed Jun 11, 2024
1 parent 2a771c1 commit 57d1538
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 57d1538

Please sign in to comment.