make use of menu themes

This commit is contained in:
Shpuld Shpuldson 2020-02-20 21:02:40 +02:00
parent 741c2b0d02
commit 7e5620ea07

View file

@ -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>