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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user