From 5e06d46b5e46d7c490798c005b5808aba1cc8440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 31 Jan 2024 13:48:38 +0100 Subject: [PATCH] fix(NcAppNavigationNewItem): bring back correct CSS class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/assets/NcAppNavigationItem.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/assets/NcAppNavigationItem.scss b/src/assets/NcAppNavigationItem.scss index 1a1c6acd4c..a6b8612e57 100644 --- a/src/assets/NcAppNavigationItem.scss +++ b/src/assets/NcAppNavigationItem.scss @@ -34,7 +34,7 @@ } // overwrite active text color - .app-navigation-entry-link { + .app-navigation-entry-link, .app-navigation-entry-button { color: var(--color-primary-element-text) !important; } } @@ -68,12 +68,14 @@ display: none; } - &:not(.app-navigation-entry--editing) .app-navigation-entry-link { - padding-right: $icon-margin; + &:not(.app-navigation-entry--editing) { + .app-navigation-entry-link, .app-navigation-entry-button { + padding-right: $icon-margin; + } } // Main entry link - .app-navigation-entry-link { + .app-navigation-entry-link, .app-navigation-entry-button { z-index: 100; /* above the bullet to allow click*/ display: flex; overflow: hidden;