From d3aea6c0e166baff937640bc12e523454c09ae76 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Fri, 15 Mar 2019 12:30:18 +0100 Subject: [PATCH] added style for 'upload files' icon --- src/app/files/file-explorer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index 0eca855352..5a60d36ca6 100644 --- a/src/app/files/file-explorer.js +++ b/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` -