Merge branch 'MDL-62212-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Andrew Nicols 2018-05-02 08:27:34 +08:00
commit 850dfdeadb

View File

@ -222,6 +222,10 @@ input[disabled] {
cursor: not-allowed;
}
.row-fluid {
@include make-row();
}
// These have been removed in BS4 Stable. Adding in so RTL dropdowns will work.
/*rtl:raw:
.dropdown-menu-right {