MDL-79007 calendar: Expose block month link names to screen readers

This commit is contained in:
Mark Johnson 2024-01-24 14:38:29 +00:00
parent b2fa19f45d
commit a5a25988dc
No known key found for this signature in database
GPG Key ID: EB30E1468CFAE242
3 changed files with 19 additions and 3 deletions

View File

@ -557,7 +557,7 @@ $calendarCurrentDateBackground: $primary;
}
.calendarwrapper {
.arrow_text {
display: none;
@include sr-only;
}
}
}

View File

@ -27627,7 +27627,15 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .dashboard-card-deck
height: 0;
}
.path-course-view .block.block_calendar_month .maincalendar .calendarwrapper .arrow_text {
display: none;
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.path-course-view .block.block_calendar_month .footer .bottom .footer-link {
display: block;

View File

@ -27627,7 +27627,15 @@ aside[id^=block-region-side-] .block_recentlyaccesseditems .dashboard-card-deck
height: 0;
}
.path-course-view .block.block_calendar_month .maincalendar .calendarwrapper .arrow_text {
display: none;
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.path-course-view .block.block_calendar_month .footer .bottom .footer-link {
display: block;