diff options
author | Louis Chemineau <louis@chmn.me> | 2022-11-10 16:51:48 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-11-28 17:31:27 +0100 |
commit | ea946cc649b73474ab2a4dbb23e2793e906f8fca (patch) | |
tree | 8d96a21d0c40e74040c36f17a9c9026b4139c889 /apps/files | |
parent | 173c053d41c9494e56d3301ff2a8c7ce13b79387 (diff) | |
download | nextcloud-server-ea946cc649b73474ab2a4dbb23e2793e906f8fca.tar.gz nextcloud-server-ea946cc649b73474ab2a4dbb23e2793e906f8fca.zip |
Lint and remove file_versions tests
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/src/models/Tab.js | 1 | ||||
-rw-r--r-- | apps/files/src/views/Sidebar.vue | 2 |
2 files changed, 1 insertions, 2 deletions
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; } } } |