Skip to content

Commit

Permalink
Hide a footer of a side navigation when it is collapsed and has "Fior…
Browse files Browse the repository at this point in the history
…i3" type (SAP#2498)
  • Loading branch information
UlianaMunich authored Feb 1, 2022
1 parent 163d827 commit f27bfed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/navigation/LeftNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f27bfed

Please sign in to comment.