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
10
src/App.scss
10
src/App.scss
|
|
@ -130,6 +130,16 @@ i[class*=icon-],
|
|||
color: var(--icon, $fallback--icon);
|
||||
}
|
||||
|
||||
.button-unstyled:hover,
|
||||
a:hover {
|
||||
i[class*=icon-],
|
||||
.svg-inline--fa,
|
||||
.iconLetter {
|
||||
color: $fallback--text;
|
||||
color: var(--text, $fallback--text);
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
z-index: var(--ZI_navbar);
|
||||
color: var(--topBarText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue