Skip to content
Snippets Groups Projects
Commit 4451e08e authored by pnogal's avatar pnogal Committed by Paulina Nogal
Browse files

Include unique H1 on DP view visible for screen readers only

parent 5fbf3cc3
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@
fxLayoutGap="20px"
fxLayoutAlign="start center"
style="margin: 24px 0px 24px 24px;">
<h1 class="sr-only" tabindex="0">Degree Planner</h1>
<mat-form-field>
<mat-select
aria-label="Degree plans list"
......
......@@ -248,6 +248,17 @@ body {
}
}
// Screen readers only helper
.sr-only {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
// Media queries
@media screen and (max-width: 800px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment