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