add class to nav items with children

This commit is contained in:
Hans Pagel
2020-09-25 22:37:37 +02:00
parent a8c6c686d8
commit 5677741dad
2 changed files with 6 additions and 1 deletions

View File

@@ -57,6 +57,11 @@ $menuBreakPoint: 750px;
&--draft {
color: rgba($colorBlack, 0.2);
}
&--with-children::after {
content: '';
color: rgba($colorBlack, 0.2);
}
}
&__header {