diff --git a/app/assets/stylesheets/unc_custom.css.scss b/app/assets/stylesheets/unc_custom.css.scss index a0a46eb5d..c63614bd6 100644 --- a/app/assets/stylesheets/unc_custom.css.scss +++ b/app/assets/stylesheets/unc_custom.css.scss @@ -1314,3 +1314,10 @@ Hide it entirely until the issue is resolved upstreeam .work-reports .nav-pills .nav-link.active { color: white; } + +// Fix from https://github.com/samvera/hyrax/blob/hyrax-v5.0.1/app/assets/stylesheets/hyrax/_file_upload.scss#L40 +// fix blueimp jQuery-File-Upload display problems under Bootstrap 4+ +// found here: https://stackoverflow.com/a/48162651 +.fade.in { + opacity: 1 +} \ No newline at end of file diff --git a/app/views/hyrax/uploads/_js_templates_versioning.html.erb b/app/views/hyrax/uploads/_js_templates_versioning.html.erb new file mode 100644 index 000000000..3ae808eb9 --- /dev/null +++ b/app/views/hyrax/uploads/_js_templates_versioning.html.erb @@ -0,0 +1,184 @@ +<%# [hyc-override] https://github.com/samvera/hyrax/blob/hyrax-v4.0.0/app/views/hyrax/uploads/_js_templates_versioning.html.erb %> + +<% fade_class_if_not_test = Rails.env.test? ? 'show' : 'fade show' %> +Hello World! + + + + + + + + + + + + + +