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; }