mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-79007 calendar: Expose block month link names to screen readers
This commit is contained in:
parent
b2fa19f45d
commit
a5a25988dc
@ -557,7 +557,7 @@ $calendarCurrentDateBackground: $primary;
|
||||
}
|
||||
.calendarwrapper {
|
||||
.arrow_text {
|
||||
display: none;
|
||||
@include sr-only;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user