Skip to content

Commit a89f54a

Browse files
committed
Condensed CSS selectors, deleted outdated ones ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 558347d commit a89f54a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.11.16.5
6+
// @version 2025.12.16
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -1780,7 +1780,7 @@
17801780
font-weight: normal /* override Amazon boldening */
17811781
}
17821782
#${app.slug}-settings li:last-of-type { border-bottom: none } /* remove last bottom-border */
1783-
#${app.slug}-settings li, #${app.slug}-settings li label { cursor: pointer } /* add finger on hover */
1783+
#${app.slug}-settings :where(li, li label) { cursor: pointer } /* add finger on hover */
17841784
#${app.slug}-settings li:hover {
17851785
background: rgba(100,149,237,0.88) ; color: white ; fill: white ; stroke: white ;
17861786
${ env.browser.isMobile ? '' : 'transform: scale(1.15)' }

0 commit comments

Comments
 (0)