improve submenu and improve icon buttons hover effects
This commit is contained in:
parent
fa41f6cf96
commit
63f35509a7
4 changed files with 29 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue