Skip to content

Commit 12c0230

Browse files
committed
styles: Implement sr-only CSS class
1 parent 1bd6864 commit 12c0230

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/styles/shared/a11y.module.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.sr-only {
2+
position: absolute;
3+
width: 1px;
4+
height: 1px;
5+
padding: 0;
6+
overflow: hidden;
7+
clip: rect(0, 0, 0, 0);
8+
white-space: nowrap;
9+
border: 0;
10+
}

0 commit comments

Comments
 (0)