1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-04 07:52:48 +02:00

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

This commit is contained in:
David Monllao 2018-04-25 17:57:37 +02:00
commit e06a28b539
2 changed files with 9 additions and 13 deletions

@ -12,3 +12,11 @@
content: "#{$breadcrumb-divider}"; /* stylelint-disable-line declaration-block-no-duplicate-properties */
}
}
/*rtl:raw:
.dropdown-menu {
right: auto;
left: 0;
text-align: right;
}
*/

@ -216,16 +216,4 @@ $bs4aspacers: map-merge((
.col-xs-#{$i} {
@extend .col-#{$i};
}
}
// 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;
}
*/
}