mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Navigation: Hide the children of the expanded items when the navbar collapsed
This commit is contained in:
parent
43b85ca3b6
commit
e55a385858
|
@ -1,6 +1,7 @@
|
||||||
:host {
|
:host {
|
||||||
|
|
||||||
.folded:not(.folded-open) & {
|
.folded:not(.folded-open) & {
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
|
@ -8,6 +9,13 @@
|
||||||
transition: opacity 200ms ease;
|
transition: opacity 200ms ease;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.open {
|
||||||
|
|
||||||
|
.children {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user