Skip to content

Commit 1989a06

Browse files
committed
Added outline chatbar on hover ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 343a4a0 commit 1989a06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 1 deletion
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.9.5.7
6+
// @version 2025.9.5.8
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
@@ -607,6 +607,7 @@
607607
-o-transition: box-shadow 0.15s ease ; -ms-transition: box-shadow 0.15s ease }
608608
${ isParticlizedDS ? '' : // add inset shadow to chatbar on hover
609609
`#${app.slug}-chatbar:hover:not(:focus) {
610+
outline: ${ env.ui.app.scheme == 'light' ? 'black' : 'white' } auto 5px ;
610611
--chatbar-hover-inset-shadow: 0 ${
611612
env.ui.app.scheme == 'dark' ? '3px 2px' : '1px 7px' } rgba(15,17,17,0.15) inset ;
612613
box-shadow: var(--chatbar-hover-inset-shadow) ;

0 commit comments

Comments
 (0)