From 5c818fc1cb68189cad77c0425c929c8a790017c1 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 2 Jun 2025 00:00:00 +0900 Subject: [PATCH] Fix: Context menu - transparent background color at hover #1102 --- css/leptonChrome.css | 4 ---- css/leptonChromeESR.css | 2 -- src/theme/_fully_color.scss | 1 - 3 files changed, 7 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 3e49b97..f98d889 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -1920,7 +1920,6 @@ > .menu-iconic-icon { background-color: var(--menuitem-hover-background-color) !important; } - html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"], html#main-window menupopup #context-navigation @@ -1967,7 +1966,6 @@ > .menu-iconic-icon { background-color: var(--menuitem-hover-background-color) !important; } - html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"], html#main-window menupopup #context-navigation @@ -16090,7 +16088,6 @@ > .menu-iconic-icon { background-color: var(--menuitem-hover-background-color) !important; } - html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"], html#main-window menupopup #context-navigation @@ -16136,7 +16133,6 @@ > .menu-iconic-icon { background-color: var(--menuitem-hover-background-color) !important; } - html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"], html#main-window menupopup #context-navigation diff --git a/css/leptonChromeESR.css b/css/leptonChromeESR.css index 9edecc2..92d1067 100644 --- a/css/leptonChromeESR.css +++ b/css/leptonChromeESR.css @@ -2145,7 +2145,6 @@ > .menu-iconic-icon { background-color: var(--menuitem-hover-background-color) !important; } - html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"], html#main-window menupopup #context-navigation @@ -2193,7 +2192,6 @@ > .menu-iconic-icon { background-color: var(--menuitem-hover-background-color) !important; } - html#main-window menupopup #context-navigation > .menuitem-iconic[_moz-menuactive="true"], html#main-window menupopup #context-navigation diff --git a/src/theme/_fully_color.scss b/src/theme/_fully_color.scss index 799faf1..2808b0a 100644 --- a/src/theme/_fully_color.scss +++ b/src/theme/_fully_color.scss @@ -57,7 +57,6 @@ html#main-window menupopup:not(.in-menulist) { background-color: var(--menuitem-hover-background-color) !important; } - &, &[disabled="true"] > .menu-iconic-left > .menu-iconic-icon { background-color: transparent !important; }