Fix: Menu - active color at .in-menulist win10 #362

This commit is contained in:
alstjr7375 2022-04-24 01:46:26 +09:00
parent 17cf68cec8
commit ded4b78baa
2 changed files with 2 additions and 2 deletions

View file

@ -1188,7 +1188,7 @@
}
@supports -moz-bool-pref("userChrome.theme.fully_color") {
/*== Menu Color ==============================================================*/
html#main-window menupopup {
html#main-window menupopup:not(.in-menulist) {
/* is same as toolbar color https://github.com/mozilla/gecko-dev/blob/master/toolkit/themes/windows/global/global.css#L17-L67 */
--menu-color: var(--arrowpanel-color, var(--in-content-page-color)) !important;
--menu-background-color: var(--arrowpanel-background, var(--in-content-button-background)) !important;

View file

@ -1,5 +1,5 @@
/*== Menu Color ==============================================================*/
html#main-window menupopup {
html#main-window menupopup:not(.in-menulist) {
/* is same as toolbar color https://github.com/mozilla/gecko-dev/blob/master/toolkit/themes/windows/global/global.css#L17-L67 */
--menu-color: var(--arrowpanel-color, var(--in-content-page-color)) !important;
--menu-background-color: var(--arrowpanel-background, var(--in-content-button-background)) !important;