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.
1 parent 37e1564 commit 64f52a0Copy full SHA for 64f52a0
src/css/base.scss
@@ -5193,4 +5193,15 @@ details[open] {
5193
border-color: var(--N50);
5194
}
5195
5196
-}
+}
5197
+
5198
+.sr-only {
5199
+ clip: rect(1px, 1px, 1px, 1px);
5200
+ clip-path: inset(50%);
5201
+ height: 1px;
5202
+ width: 1px;
5203
+ margin: -1px;
5204
+ overflow: hidden;
5205
+ padding: 0;
5206
+ position: absolute;
5207
0 commit comments