mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-74740-master-1' of https://github.com/mihailges/moodle
This commit is contained in:
commit
4b233aa8e8
@ -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;
|
||||
}
|
||||
|
@ -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; } }
|
||||
|
||||
|
@ -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; } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user