Skip to content

Commit e8f2575

Browse files
committed
Condensed selectors, deleted outdated one ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 962c238 commit e8f2575

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ChatGPT Extension",
44
"short_name": "ChatGPT 🧩",
55
"description": "A Chromium extension template to start using chatgpt.js like a boss!",
6-
"version": "2025.11.5",
6+
"version": "2025.12.16",
77
"homepage_url": "https://github.com/KudoAI/chatgpt.js-chrome-starter",
88
"icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "64": "icons/icon64.png", "128": "icons/icon128.png" },
99
"permissions": ["activeTab", "storage"],

starters/chrome/extension/popup/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ body {
1313

1414
/* Color/fade mods */
1515
.highlight-on-hover:hover { background: var(--entry-highlighted-bg) }
16-
.highlight-on-hover:hover span:not(.track), .highlight-on-hover:hover svg, span.menu-icon.highlight-on-hover:hover img {
17-
filter: invert(1) } /* invert setting labels on hover */
16+
.highlight-on-hover:hover :where(span:not(.track), svg) { filter: invert(1) } /* invert setting labels on hover */
1817
.disabled { opacity: 0.3 !important ; pointer-events: none }
1918

2019
/* Loader */

0 commit comments

Comments
 (0)