make use of menu themes
This commit is contained in:
parent
741c2b0d02
commit
7e5620ea07
1 changed files with 14 additions and 5 deletions
|
@ -93,15 +93,24 @@
|
||||||
|
|
||||||
i {
|
i {
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
|
color: var(--menuPopoverIcon, $fallback--icon)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:active, &:hover {
|
||||||
// TODO: improve the look on breeze themes
|
background-color: $fallback--lightBg;
|
||||||
background-color: $fallback--fg;
|
background-color: var(--selectedMenuPopover, $fallback--lightBg);
|
||||||
background-color: var(--btn, $fallback--fg);
|
color: $fallback--link;
|
||||||
box-shadow: none;
|
color: var(--selectedMenuPopoverText, $fallback--link);
|
||||||
|
--faint: var(--selectedMenuPopoverFaintText, $fallback--faint);
|
||||||
|
--faintLink: var(--selectedMenuPopoverFaintLink, $fallback--faint);
|
||||||
|
--lightText: var(--selectedMenuPopoverLightText, $fallback--lightText);
|
||||||
|
--icon: var(--selectedMenuPopoverIcon, $fallback--icon);
|
||||||
|
i {
|
||||||
|
color: var(--selectedMenuPopoverIcon, $fallback--icon);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue