Fix: Icons - Ask to AIChat

After wrestling with the wand, we decided to make it more clear that it's a chat.

https://techcrunch.com/2024/06/15/apple-joins-the-race-to-find-an-ai-icon-that-makes-sense/
This commit is contained in:
alstjr7375 2024-07-07 14:34:06 +09:00
parent a1f1ff5c99
commit f07e9f4f33
4 changed files with 17 additions and 0 deletions

8
css/leptonChrome.css generated
View file

@ -12591,6 +12591,9 @@
#context-translate-selection {
--menuitem-image: url("../icons/translations.svg");
}
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}
#frame {
--menuitem-image: url("../icons/command-frames.svg");
}
@ -27710,6 +27713,11 @@
--menuitem-image: url("../icons/translations.svg");
}
}
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}
}
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
#frame {
--menuitem-image: url("../icons/command-frames.svg");

View file

@ -13222,6 +13222,9 @@
#context-translate-selection {
--menuitem-image: url("../icons/translations.svg");
}
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}
#frame {
--menuitem-image: url("../icons/command-frames.svg");
}