diff --git a/frontend/src/styles/global.scss b/frontend/src/styles/global.scss index 90ab3fc65..c543a8dff 100644 --- a/frontend/src/styles/global.scss +++ b/frontend/src/styles/global.scss @@ -37,7 +37,7 @@ @import "bulma-css-variables/sass/form/input-textarea"; @import "bulma-css-variables/sass/form/checkbox-radio"; @import "bulma-css-variables/sass/form/select"; -@import "bulma-css-variables/sass/form/file"; +// @import "bulma-css-variables/sass/form/file"; // not used; every file input is hidden and triggered via a custom button @import "bulma-css-variables/sass/form/tools";