Skip to content

Commit 6e0c4dd

Browse files
committed
Disabled hover fx for all mobile elems, allowed focus fx ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 30093b1 commit 6e0c4dd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 3 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.10.11.11
151+
// @version 2025.10.12
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
@@ -802,8 +802,7 @@
802802
+ `@media (hover: none) {
803803
#${app.slug} .app-hover-only { /* show app-hover-only elems */
804804
position: relative ; left: auto ; width: auto ; opacity: 1 }
805-
.${app.slug}-related-query:hover, .${app.slug}-related-query:focus {
806-
transform: none !important } /* disable hover/focus fx */
805+
#${app.slug} *:hover { transform: none !important } /* disable hover fx */
807806
}`
808807

809808
// Phone styles

0 commit comments

Comments
 (0)