From be67502a266c7eae87b88c802e89368e9ae1141f Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sun, 12 Jan 2025 13:42:58 -0800 Subject: [PATCH] =?UTF-8?q?Added=20`eslint-disable-line`=20to=20bypass=20`?= =?UTF-8?q?no-invalid-properties`=20false=20positive=20for=20`color`=20(ht?= =?UTF-8?q?tps://github.com/eslint/css/issues/40)=20=E2=86=9E=20[auto-sync?= =?UTF-8?q?=20from=20https://github.com/adamlui/ai-web-extensions/tree/mai?= =?UTF-8?q?n/chatgpt-infinity]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrome/extension/popup/style.css | 2 +- firefox/extension/popup/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/extension/popup/style.css b/chrome/extension/popup/style.css index 497ec707..42a95403 100644 --- a/chrome/extension/popup/style.css +++ b/chrome/extension/popup/style.css @@ -50,7 +50,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit } } .menu-icon { padding: 8px } .menu-area:focus, .menu-area:hover { /* add hover color/cursor */ - color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer } + color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer } /* eslint-disable-line */ .menu-item:hover span:not(.slider) { filter: invert(1) } /* invert setting labels on hover */ .menu-item > label > .slider { transform: scale(0.95) ; top: 1px } /* make child toggles smaller */ .menu-prompt { margin-left: 2px } /* align non-toggle items */ diff --git a/firefox/extension/popup/style.css b/firefox/extension/popup/style.css index 497ec707..42a95403 100644 --- a/firefox/extension/popup/style.css +++ b/firefox/extension/popup/style.css @@ -50,7 +50,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit } } .menu-icon { padding: 8px } .menu-area:focus, .menu-area:hover { /* add hover color/cursor */ - color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer } + color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer } /* eslint-disable-line */ .menu-item:hover span:not(.slider) { filter: invert(1) } /* invert setting labels on hover */ .menu-item > label > .slider { transform: scale(0.95) ; top: 1px } /* make child toggles smaller */ .menu-prompt { margin-left: 2px } /* align non-toggle items */