style the dropdown menus better

This commit is contained in:
Henry Jameson 2020-01-23 22:42:59 +02:00
parent c752f56d0b
commit f85a3e3f6d
1 changed files with 8 additions and 5 deletions

View File

@ -137,11 +137,14 @@
} }
} }
&:hover { &:active, &:hover {
// TODO: improve the look on breeze themes background-color: $fallback--lightBg;
background-color: $fallback--fg; background-color: var(--selectedMenu, $fallback--lightBg);
background-color: var(--btn, $fallback--fg); color: $fallback--link;
box-shadow: none; color: var(--selectedMenuText, $fallback--link);
--faint: var(--selectedMenuFaintText, $fallback--faint);
--faintLink: var(--selectedMenuFaintLink, $fallback--faint);
--icon: var(--selectedMenuIcon, $fallback--icon);
} }
} }
} }