From f27bfed4f991048ad2673ba1348e223f8ed8c75d Mon Sep 17 00:00:00 2001 From: Uliana Caceres <2720077+UlianaMunich@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:01:10 +0100 Subject: [PATCH] Hide a footer of a side navigation when it is collapsed and has "Fiori3" type (#2498) --- core/src/navigation/LeftNav.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/navigation/LeftNav.svelte b/core/src/navigation/LeftNav.svelte index f3fa5bc7a8..04252028e0 100644 --- a/core/src/navigation/LeftNav.svelte +++ b/core/src/navigation/LeftNav.svelte @@ -982,7 +982,9 @@ position: absolute; } } - + .hasOnlyFooterText .fd-side-nav--condensed .fd-side-nav__utility { + display: none; + } :global(.fd-nested-list__item) { &:not(.lui-collapsible-item) { .fd-nested-list__link {