Commit 0cdf893
fix(savestatus): add missing .srOnly CSS rule (PR C oversight)
PR C added `<span className={styles.srOnly}>{announcement}</span>`
to SaveStatus.tsx but the matching `.srOnly` rule never made it
into SaveStatus.module.css — the file was added to InsertDialog's
module instead. `styles.srOnly` therefore resolved to `undefined`,
the span got no className, and the announcement text rendered as
visible 'Draft saved' next to the SAVED status badge in the header.
Standard sr-only rule restored.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 508918c commit 0cdf893
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
0 commit comments