Commit d35dc05c authored by LianaHus's avatar LianaHus

added style for 'upload files' icon

parent 90058f13
......@@ -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 />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment