We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 508918c + 0cdf893 commit d7991b0Copy full SHA for d7991b0
1 file changed
src/components/SaveStatus.module.css
@@ -130,3 +130,23 @@
130
display: none;
131
}
132
133
+
134
+/*
135
+ * Screen-reader-only announcement region. Standard sr-only pattern —
136
+ * element stays in the DOM (so AT reads its content), but it's removed
137
+ * from the visible layout. Added in PR C, but the matching rule was
138
+ * accidentally placed in InsertDialog.module.css instead of here, so
139
+ * `styles.srOnly` resolved to undefined and the announcement text
140
+ * showed visibly next to the SAVED badge in the header.
141
+ */
142
+.srOnly {
143
+ position: absolute;
144
+ width: 1px;
145
+ height: 1px;
146
+ padding: 0;
147
+ margin: -1px;
148
+ overflow: hidden;
149
+ clip: rect(0, 0, 0, 0);
150
+ white-space: nowrap;
151
+ border: 0;
152
+}
0 commit comments