style the dropdown menus better
This commit is contained in:
parent
c752f56d0b
commit
f85a3e3f6d
1 changed files with 8 additions and 5 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue