added style for 'upload files' icon

pull/1/head
LianaHus 6 years ago committed by yann300
parent 89efeb90bc
commit d3aea6c0e1
  1. 2
      src/app/files/file-explorer.js

@ -509,7 +509,7 @@ fileExplorer.prototype.renderMenuItems = function () {
items = this.menuItems.map(({action, title, icon}) => {
if (action === 'uploadFile') {
return yo`
<label class="${icon}">
<label class="${icon} ${css.newFile}">
<input type="file" onchange=${(event) => {
this.uploadFile(event)
}} multiple />

Loading…
Cancel
Save