Commit d35dc05c authored by LianaHus's avatar LianaHus

added style for 'upload files' icon

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