Commit ac61900
fix: show a focus outline on the copy button
`.copy-button` set `outline: none` unconditionally, so the button was
reachable by keyboard but gave no visible indication of focus. Drop it and
draw an explicit ring on `:focus-visible`, using `--color-text-primary` so it
contrasts in both light and dark mode.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01THEmqTTNhxu1QbR7isfQ5M1 parent de3427a commit ac61900
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
1036 | 1035 | | |
1037 | 1036 | | |
1038 | 1037 | | |
| |||
1055 | 1054 | | |
1056 | 1055 | | |
1057 | 1056 | | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
1058 | 1062 | | |
1059 | 1063 | | |
1060 | 1064 | | |
| |||
0 commit comments