From d79cc9effc9e28c71af2984bd583469f85f4bb5b Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 6 Jun 2022 04:35:02 +0900 Subject: [PATCH] Fix: Fully Color - Context menu's around backgorund color padding #401 --- css/leptonChrome.css | 3 ++- src/theme/_fully_color.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 349000f..3f0bbdd 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -1222,10 +1222,11 @@ */ } - /* Fallback background */ + /* Fallback background - Set to Legacy. It will be removed Next update menupopup:not(.cui-widget-panel.cui-widget-panelview, [placespopup="true"]) { background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important; } + */ } /* Default theme color preservation */ :root[lwtheme-mozlightdark] menupopup:not(#BMB_bookmarksPopup, [placespopup="true"]), diff --git a/src/theme/_fully_color.scss b/src/theme/_fully_color.scss index db4d31b..94e98bc 100644 --- a/src/theme/_fully_color.scss +++ b/src/theme/_fully_color.scss @@ -40,10 +40,11 @@ html#main-window menupopup:not(.in-menulist) { */ } - /* Fallback background */ + /* Fallback background - Set to Legacy. It will be removed Next update menupopup:not(.cui-widget-panel.cui-widget-panelview, [placespopup="true"]) { background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important; } + */ } /* Default theme color preservation */