Fix copy buttons: swap to standard copy icon, fix docs copy visibility, DOMContentLoaded guard

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal
2026-03-24 16:13:44 -07:00
parent 323faf56ee
commit b07b0f4197
2 changed files with 17 additions and 34 deletions

View File

@@ -210,10 +210,10 @@
height: 28px;
padding: 0;
margin: 0;
border: none;
border: 1px solid var(--border);
border-radius: 0.25rem;
color: var(--muted-foreground);
background: var(--muted);
background: var(--background);
opacity: 0;
transition: opacity 0.15s, color 0.15s;
cursor: pointer;