Skip to content

Commit e34882b

Browse files
authored
Hide accessibility announcement (#163)
1 parent eb49fe3 commit e34882b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Make visually hidden
2+
#a11yAnnouncement {
3+
clip-path: inset(50%);
4+
}

src/common/stylesheets/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
@import "components/split-view";
3838
@import "components/outline-view";
3939
@import "components/thumbnails-view";
40-
@import "components/other";
40+
@import "components/a11y-announcer";
4141
@import "components/other";

0 commit comments

Comments
 (0)