Skip to content

Commit 9fd7a16

Browse files
committed
feat: add screen reader only class
1 parent 19e9664 commit 9fd7a16

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
.hidden {
22
display: none;
33
}
4+
5+
.is-sr-only {
6+
height: 1px !important;
7+
left: -100000px !important;
8+
overflow: hidden !important;
9+
position: absolute !important;
10+
top: auto !important;
11+
width: 1px !important;
12+
}

0 commit comments

Comments
 (0)