Skip to content
Snippets Groups Projects
Commit 7453cd26 authored by pnogal's avatar pnogal
Browse files

ROENROLL-1665

parent 83ddce28
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
aria-haspopup="true">
<div fxLayout="row" fxLayoutAlign="start center">
<div class="icon-number-wrapper">
<span class="assistive-text">Moving course {{ course | courseDescription }}</span>
<p cdkFocusRegionStart class="course-number">
{{ course | courseDescription }}
</p>
......
......@@ -254,6 +254,15 @@ body {
// Screen readers helpers
.assistive-text {
position: absolute;
padding: 0;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
}
#skip-link {
position: absolute !important;
z-index: 999;
......
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