From e086e64dffa25a586d2ebdbdb5b342098fce0d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 6 May 2021 20:37:32 +0200 Subject: Remove workarounds for nextcloud/vue problems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- css/tasks.scss | 7 ------- 1 file changed, 7 deletions(-) (limited to 'css') diff --git a/css/tasks.scss b/css/tasks.scss index 8aca0641..a32bf53a 100644 --- a/css/tasks.scss +++ b/css/tasks.scss @@ -33,13 +33,6 @@ body { .app-navigation { > ul > div > li, > ul > li { - // Overwrite padding until https://github.com/nextcloud/nextcloud-vue/pull/1897#issuecomment-830301938 - // is confirmed - &.app-navigation-entry { - padding: 0; - padding-right: 4px; - } - &.dnd-hover, &.sortable-ghost { background-color: var(--color-primary-light); -- cgit v1.2.3