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

This commit is contained in:
Andrew Nicols 2018-04-30 10:34:09 +08:00
commit bebff35401

View File

@ -216,4 +216,20 @@ $bs4aspacers: map-merge((
.col-xs-#{$i} {
@extend .col-#{$i};
}
}
}
input[disabled] {
cursor: not-allowed;
}
// These have been removed in BS4 Stable. Adding in so RTL dropdowns will work.
/*rtl:raw:
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
*/