Merge branch 'master' into skeleton

This commit is contained in:
Sercan Yemen 2018-02-08 11:06:42 +03:00
commit 43b22e609e

View File

@ -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 {