Skip to content

Commit f68d595

Browse files
committed
Added outline chatbar on hover ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 35ea1e6 commit f68d595

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

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

0 commit comments

Comments
 (0)