Skip to content

Commit

Permalink
Replace CSS statuc value witth SAP Fiori 3 variable in LeftNav (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlianaMunich authored Nov 17, 2021
1 parent efe932d commit 8f12345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/navigation/LeftNav.html
Original file line number Diff line number Diff line change
Expand Up @@ -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% {
Expand Down

0 comments on commit 8f12345

Please sign in to comment.