mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-57056_master' of https://github.com/nadavkav/moodle
This commit is contained in:
commit
08f96ac9d7
@ -2144,3 +2144,14 @@ $footer-link-color: $brand-primary !default;
|
||||
}
|
||||
}
|
||||
|
||||
.sr-only-focusable {
|
||||
&:active,
|
||||
&:focus {
|
||||
z-index: $zindex-navbar-fixed + 1;
|
||||
position: fixed;
|
||||
background: #fff;
|
||||
padding: 7px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user