From 8f12345df29a6b3f2fe5b5436fabffab6e34aa49 Mon Sep 17 00:00:00 2001 From: Uliana Caceres <2720077+UlianaMunich@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:43:42 +0100 Subject: [PATCH] Replace CSS statuc value witth SAP Fiori 3 variable in LeftNav (#2369) --- core/src/navigation/LeftNav.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/navigation/LeftNav.html b/core/src/navigation/LeftNav.html index 09ec61193e..bbfc5421d8 100644 --- a/core/src/navigation/LeftNav.html +++ b/core/src/navigation/LeftNav.html @@ -1004,11 +1004,13 @@ 0 2px 8px 0 var(--fd-color-neutral-2) ); border: 1px solid var(--fd-color-neutral-3); - background: white; opacity: 0; animation-name: flyoutAnimation; animation-duration: 0.3s; animation-fill-mode: forwards; + .lui-flyout-sublist__title { + background: var(--sapList_Background,#fff); + } @-webkit-keyframes flyoutAnimation { 0% {