Merge branch 'MDL-74740-master-1' of https://github.com/mihailges/moodle

This commit is contained in:
Jun Pataleta 2022-08-03 17:03:40 +08:00
commit 4b233aa8e8
3 changed files with 17 additions and 0 deletions

View File

@ -223,6 +223,15 @@ $right-drawer-width: 320px;
.drawer {
z-index: inherit;
// Workaround to display the skip link elements from the blocks drawer infront of the navbar.
&#theme_boost-drawers-blocks:focus-within {
position: absolute;
.drawercontent {
z-index: auto;
}
}
&.not-initialized {
display: block;
}

View File

@ -15061,6 +15061,10 @@ body.drawer-ease {
@media (min-width: 992px) {
.drawer {
z-index: inherit; }
.drawer#theme_boost-drawers-blocks:focus-within {
position: absolute; }
.drawer#theme_boost-drawers-blocks:focus-within .drawercontent {
z-index: auto; }
.drawer.not-initialized {
display: block; } }

View File

@ -15061,6 +15061,10 @@ body.drawer-ease {
@media (min-width: 992px) {
.drawer {
z-index: inherit; }
.drawer#theme_boost-drawers-blocks:focus-within {
position: absolute; }
.drawer#theme_boost-drawers-blocks:focus-within .drawercontent {
z-index: auto; }
.drawer.not-initialized {
display: block; } }