Merge branch 'MDL-59809-master' of git://github.com/damyon/moodle

This commit is contained in:
Jun Pataleta 2017-08-21 16:30:37 +08:00
commit 66d08a2122

View File

@ -138,3 +138,12 @@ ol {
max-height: calc(100vh - #{$navbar-height});
overflow-y: auto;
}
// Dont allow z-index creep anywhere.
.page-item {
&.active .page-link {
@include plain-hover-focus {
z-index: inherit;
}
}
}