Commit e17428d
Fix skip link visibility - hide until keyboard focus
Bug: Skip link was visible on page load instead of hidden until Tab focus.
Fix: Add proper CSS for .skip-link class:
- Position absolute with top: -40px (visually hidden)
- On focus: top: 0 (slides into view)
- Ubuntu orange background with white text
- High z-index to appear above content
This implements the standard WCAG 2.1 skip link pattern for keyboard navigation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a567361 commit e17428d
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
24 | 41 | | |
25 | 42 | | |
26 | 43 | | |
| |||
0 commit comments