attachment
diff --git a/lib/content-services/upload/components/upload-button.component.html b/lib/content-services/upload/components/upload-button.component.html
index b28241ae9a..96bfcf17cc 100644
--- a/lib/content-services/upload/components/upload-button.component.html
+++ b/lib/content-services/upload/components/upload-button.component.html
@@ -1,21 +1,41 @@
diff --git a/lib/content-services/upload/components/upload-button.component.scss b/lib/content-services/upload/components/upload-button.component.scss
index a5bd6f3d7e..402c618aa3 100644
--- a/lib/content-services/upload/components/upload-button.component.scss
+++ b/lib/content-services/upload/components/upload-button.component.scss
@@ -1,12 +1,5 @@
.adf {
&-upload-button-file-container input {
- cursor: pointer;
- height: 100%;
- right: 0;
- opacity: 0;
- position: absolute;
- top: 0;
- width: 300px;
- z-index: 4;
+ display: none;
}
}
diff --git a/lib/core/form/components/widgets/upload/upload.widget.html b/lib/core/form/components/widgets/upload/upload.widget.html
index 1e8b6a207f..ca5153adb8 100644
--- a/lib/core/form/components/widgets/upload/upload.widget.html
+++ b/lib/core/form/components/widgets/upload/upload.widget.html
@@ -24,15 +24,15 @@
diff --git a/lib/core/form/components/widgets/upload/upload.widget.scss b/lib/core/form/components/widgets/upload/upload.widget.scss
index 43e97b0e3f..a177c72d67 100644
--- a/lib/core/form/components/widgets/upload/upload.widget.scss
+++ b/lib/core/form/components/widgets/upload/upload.widget.scss
@@ -6,14 +6,7 @@
margin-bottom: 15px;
input {
- cursor: pointer;
- height: 100%;
- right: 0;
- opacity: 0;
- position: absolute;
- top: 0;
- width: 300px;
- z-index: 4;
+ display: none;
}
}
diff --git a/lib/process-services-cloud/src/lib/form/components/upload-cloud.widget.html b/lib/process-services-cloud/src/lib/form/components/upload-cloud.widget.html
index 2bfe986a4f..90b8ce3092 100644
--- a/lib/process-services-cloud/src/lib/form/components/upload-cloud.widget.html
+++ b/lib/process-services-cloud/src/lib/form/components/upload-cloud.widget.html
@@ -24,15 +24,15 @@