mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-57056 Theme/Boost: Fix "Skip to" link when Tab key pressed
This commit is contained in:
parent
e6cb76dfbb
commit
4b80e95c73
@ -2175,3 +2175,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