Skip to content

Commit 88b628d

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/bravegpt/bravegpt.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-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.11.16.5
151+
// @version 2025.12.16
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -2450,7 +2450,7 @@
24502450
}
24512451
#${app.slug}-settings li label { padding-right: 20px } /* right-pad labels so toggles don't hug */
24522452
#${app.slug}-settings li:last-of-type { border-bottom: none } /* remove last bottom-border /*
2453-
#${app.slug}-settings li, #${app.slug}-settings li label { cursor: pointer } /* add finger on hover */
2453+
#${app.slug}-settings :where(li, li label) { cursor: pointer } /* add finger on hover */
24542454
#${app.slug}-settings li:hover {
24552455
background: rgba(100,149,237,0.88) ; color: white ; fill: white ; stroke: white ;
24562456
${ env.browser.isMobile ? '' : 'transform: scale(1.15)' }

0 commit comments

Comments
 (0)