From b255a1ed28fbd3a4f9153237803e527374a876d2 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 7 Oct 2023 20:08:54 +0900 Subject: [PATCH] Fix: Compatibility - Icon fill color #791 --- css/leptonChrome.css | 7 ------- css/leptonChromeESR.css | 7 ------- src/compatibility/_theme.scss | 8 -------- 3 files changed, 22 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 55f8c827..9e2f21e2 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -58,13 +58,6 @@ #allTabsMenu-allTabsView .subviewbutton.subviewbutton-nav:not([shortcut]) { padding-inline-end: var(--arrowpanel-menuitem-padding-inline) !important; } - /*= Icon Fill Color ==========================================================*/ - :root:-moz-lwtheme { - /* Auto create --lwt-toolbarbutton-icon-fill-attention, fix for nightly default theme - Default Color: rgb(0,97,224) -> rgb(0, 120, 215) for more light - */ - --lwt-toolbarbutton-icon-fill-attention: var(--button-primary-bgcolor, rgb(0, 120, 215)); - } /*= First visible tab margin at maximized #332 ===============================*/ :root[tabsintitlebar="true"][sizemode="maximized"] #TabsToolbar { margin-left: -1px; diff --git a/css/leptonChromeESR.css b/css/leptonChromeESR.css index 2a177d4f..c3ca40b9 100644 --- a/css/leptonChromeESR.css +++ b/css/leptonChromeESR.css @@ -58,13 +58,6 @@ #allTabsMenu-allTabsView .subviewbutton.subviewbutton-nav:not([shortcut]) { padding-inline-end: var(--arrowpanel-menuitem-padding-inline) !important; } - /*= Icon Fill Color ==========================================================*/ - :root:-moz-lwtheme { - /* Auto create --lwt-toolbarbutton-icon-fill-attention, fix for nightly default theme - Default Color: rgb(0,97,224) -> rgb(0, 120, 215) for more light - */ - --lwt-toolbarbutton-icon-fill-attention: var(--button-primary-bgcolor, rgb(0, 120, 215)); - } /*= First visible tab margin at maximized #332 ===============================*/ :root[tabsintitlebar="true"][sizemode="maximized"] #TabsToolbar { margin-left: -1px; diff --git a/src/compatibility/_theme.scss b/src/compatibility/_theme.scss index d9173b04..8f7be085 100644 --- a/src/compatibility/_theme.scss +++ b/src/compatibility/_theme.scss @@ -34,14 +34,6 @@ menu.subviewbutton { padding-inline-end: var(--arrowpanel-menuitem-padding-inline) !important; // #717 } -/*= Icon Fill Color ==========================================================*/ -:root:-moz-lwtheme { - /* Auto create --lwt-toolbarbutton-icon-fill-attention, fix for nightly default theme - Default Color: rgb(0,97,224) -> rgb(0, 120, 215) for more light - */ - --lwt-toolbarbutton-icon-fill-attention: var(--button-primary-bgcolor, rgb(0, 120, 215)); -} - /*= First visible tab margin at maximized #332 ===============================*/ :root[tabsintitlebar="true"][sizemode="maximized"] #TabsToolbar { margin-left: -1px;