From ea946cc649b73474ab2a4dbb23e2793e906f8fca Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 10 Nov 2022 16:51:48 +0100 Subject: Lint and remove file_versions tests Signed-off-by: Louis Chemineau --- apps/files/src/models/Tab.js | 1 - apps/files/src/views/Sidebar.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/files') diff --git a/apps/files/src/models/Tab.js b/apps/files/src/models/Tab.js index cbf35c77dcb..63d1ad97ff6 100644 --- a/apps/files/src/models/Tab.js +++ b/apps/files/src/models/Tab.js @@ -84,7 +84,6 @@ export default class Tab { this._id = id this._name = name this._icon = icon - this._iconSvg = iconSvg this._mount = mount this._update = update this._destroy = destroy diff --git a/apps/files/src/views/Sidebar.vue b/apps/files/src/views/Sidebar.vue index 6c7d391b3c1..4c29da59708 100644 --- a/apps/files/src/views/Sidebar.vue +++ b/apps/files/src/views/Sidebar.vue @@ -518,7 +518,7 @@ export default { ::v-deep svg { width: 20px; height: 20px; - fill: var(--color-main-text); + fill: currentColor; } } } -- cgit v1.2.3