Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-05-06 21:37:32 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-05-06 21:37:32 +0300
commite086e64dffa25a586d2ebdbdb5b342098fce0d6d (patch)
tree404df526c2e22b8c40f474a8fc80ab6adbbf000b /css
parent0583b91ca9b0b79c3f87cde201d876e26d711862 (diff)
Remove workarounds for nextcloud/vue problems
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'css')
-rw-r--r--css/tasks.scss7
1 files changed, 0 insertions, 7 deletions
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);