Fix: Fully Color - Sidebar context menu hover color #495

This commit is contained in:
alstjr7375 2022-10-29 13:03:57 +09:00
parent af94a48997
commit 78e3fe2191
2 changed files with 3 additions and 0 deletions

View file

@ -1420,6 +1420,7 @@
/* or var(--lwt-sidebar-highlight-background-color)
If this value is used, unset is required in the default theme.
*/
background-color: var(--menuitem-hover-background-color) !important;
}
/* Fallback background - Set to Legacy. It will be removed Next update

View file

@ -84,6 +84,8 @@ html#main-window menupopup:not(.in-menulist) {
/* or var(--lwt-sidebar-highlight-background-color)
If this value is used, unset is required in the default theme.
*/
background-color: var(--menuitem-hover-background-color) !important;
}
/* Fallback background - Set to Legacy. It will be removed Next update