Merge branch 'MDL-57056_master' of https://github.com/nadavkav/moodle

This commit is contained in:
Andrew Nicols 2016-12-13 10:37:38 +08:00
commit 08f96ac9d7

View File

@ -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;
}
}