Unverified Commit d2d6d03f authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1855 from hypothesis/update-highlight-screen-reader-text

Change highlight announcement text to "annotation start"
parents 51dac583 55dbe085
......@@ -23,11 +23,11 @@
// nb. The leading/trailing spaces are intended to ensure the text is treated
// as separate words by assisitve technologies from the content before/after it.
content: ' comment start ';
content: ' annotation start ';
}
&::after {
@include screen-reader-only;
content: ' comment end ';
content: ' annotation end ';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment