mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 01:56:37 +03:00
Remove Antigravity slash command limitation note
Slash commands do work in Antigravity, so the asterisk and tooltip warning on the Antigravity badge were incorrect. Removes both. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
df62662dcc
commit
e2f25e2886
@@ -2319,13 +2319,6 @@ code {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Allow wider tooltips to wrap */
|
|
||||||
.install-provider-badge.has-tooltip::after {
|
|
||||||
white-space: normal;
|
|
||||||
width: 220px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hero logo icon wrapper */
|
/* Hero logo icon wrapper */
|
||||||
.hero-logo-icon {
|
.hero-logo-icon {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|||||||
+3962
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -280,9 +280,9 @@
|
|||||||
<img src="assets/github-logo.png" alt="VS Code Copilot" width="20" height="20" loading="lazy">
|
<img src="assets/github-logo.png" alt="VS Code Copilot" width="20" height="20" loading="lazy">
|
||||||
<span>Copilot</span>
|
<span>Copilot</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="install-provider-badge has-tooltip" data-tooltip="Antigravity doesn't support slash commands. Skills are auto-activated based on context, or you can ask the agent to use a skill by name.">
|
<div class="install-provider-badge">
|
||||||
<img src="assets/antigravity-logo.png" alt="Antigravity" width="20" height="20" loading="lazy">
|
<img src="assets/antigravity-logo.png" alt="Antigravity" width="20" height="20" loading="lazy">
|
||||||
<span>Antigravity*</span>
|
<span>Antigravity</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="install-provider-badge">
|
<div class="install-provider-badge">
|
||||||
<img src="assets/kiro-logo.png" alt="Kiro" width="20" height="20" loading="lazy">
|
<img src="assets/kiro-logo.png" alt="Kiro" width="20" height="20" loading="lazy">
|
||||||
|
|||||||
Reference in New Issue
Block a user