Merge branch 'MDL-68749-39-2' of git://github.com/mickhawkins/moodle into MOODLE_39_STABLE

This commit is contained in:
Víctor Déniz 2020-11-04 15:24:23 +00:00
commit fae048b402
3 changed files with 11 additions and 1 deletions

View file

@ -23,4 +23,8 @@
left: 0;
text-align: right;
}
*/
*/
.dir-rtl .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(-($custom-switch-width - $custom-control-indicator-size));
}

View file

@ -9630,6 +9630,9 @@ input[disabled] {
text-align: right;
}
*/
.dir-rtl .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(-0.9375rem); }
/* core.less */
#region-main {
overflow-x: auto;

View file

@ -9834,6 +9834,9 @@ input[disabled] {
text-align: right;
}
*/
.dir-rtl .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(-0.75rem); }
/* core.less */
#region-main {
overflow-x: auto;