From ca8310b6d1479a3009197b87e73bcb24ff10932a Mon Sep 17 00:00:00 2001 From: "Peter-J. G." Date: Fri, 5 Jul 2024 10:24:33 +0200 Subject: [PATCH] fix: background-color of outbox-button Signed-off-by: Peter-J. G. --- src/components/Navigation.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index e0c82ef0bc..48b1d52c5c 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -221,16 +221,11 @@ to { z-index: 1; } .outbox { - margin-left: 6px; + margin: 6px 6px 0 6px; width: auto; &__border { border-top: 1px solid var(--color-background-darker); } - :deep(.app-navigation-entry) { - &.active { - background-color: transparent !important; - } - } } .mail-settings { padding: calc(var(--default-grid-baseline, 4px) * 2);