diff --git a/front/core/components/input-file/index.html b/front/core/components/input-file/index.html index 5bfe464bb..a676b2ced 100644 --- a/front/core/components/input-file/index.html +++ b/front/core/components/input-file/index.html @@ -7,14 +7,14 @@
+ class="value" + ng-click="$ctrl.openFileSelector()" + tabindex="0">
+ accept="{{$ctrl.accept}}">
diff --git a/front/core/components/input-file/style.scss b/front/core/components/input-file/style.scss index 44d11f774..2737635bf 100644 --- a/front/core/components/input-file/style.scss +++ b/front/core/components/input-file/style.scss @@ -4,4 +4,10 @@ .value { cursor: pointer; } +} + +#input { + position: absolute; + top: 0; + opacity: 0; } \ No newline at end of file