refactor navigation-entry and use them in other nav items

This commit is contained in:
Henry Jameson 2022-08-30 00:15:42 +03:00
commit 768b3ea14f
4 changed files with 121 additions and 153 deletions

View file

@ -132,11 +132,10 @@ i[class*=icon-],
.button-unstyled:hover,
a:hover {
i[class*=icon-],
.svg-inline--fa,
.iconLetter {
color: $fallback--text;
color: var(--text, $fallback--text);
> i[class*=icon-],
> .svg-inline--fa,
> .iconLetter {
color: var(--text);
}
}