Skip to content

Commit 4531d1f

Browse files
committed
Condensed CSS selectors, deleted outdated ones ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 88b628d commit 4531d1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.11.16.6
151+
// @version 2025.12.16
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -2449,7 +2449,7 @@
24492449
}
24502450
#${app.slug}-settings li label { padding-right: 20px } /* right-pad labels so toggles don't hug */
24512451
#${app.slug}-settings li:last-of-type { border-bottom: none } /* remove last bottom-border */
2452-
#${app.slug}-settings li, #${app.slug}-settings li label { cursor: pointer } /* add finger on hover */
2452+
#${app.slug}-settings :where(li, li label) { cursor: pointer } /* add finger on hover */
24532453
#${app.slug}-settings li:hover {
24542454
background: rgba(100,149,237,0.88) ; color: white ; fill: white ; stroke: white ;
24552455
${ env.browser.isMobile ? '' : 'transform: scale(1.15)' }

0 commit comments

Comments
 (0)