improve submenu and improve icon buttons hover effects

This commit is contained in:
Henry Jameson 2022-08-23 13:26:05 +03:00
commit 63f35509a7
4 changed files with 29 additions and 2 deletions

View file

@ -147,6 +147,15 @@
color: var(--panelLink, $fallback--link);
}
.button-unstyled:hover,
a:hover {
i[class*=icon-],
.svg-inline--fa,
.iconLetter {
color: var(--panelText);
}
}
.faint {
background-color: transparent;
color: $fallback--faint;