Merge branch 'MDL-66676_master' of https://github.com/nadavkav/moodle

This commit is contained in:
Sara Arjona 2019-10-23 12:07:24 +02:00
commit 344bb67df3
3 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,10 @@
}
}
.dir-rtl .custom-select {
background-position: 0.75rem center;
}
/*rtl:raw:
.dropdown-menu {
right: auto;

View File

@ -9701,6 +9701,9 @@ input[disabled] {
content: "/";
/* stylelint-disable-line declaration-block-no-duplicate-properties */ }
.dir-rtl .custom-select {
background-position: 0.75rem center; }
/*rtl:raw:
.dropdown-menu {
right: auto;

View File

@ -9949,6 +9949,9 @@ input[disabled] {
content: "/";
/* stylelint-disable-line declaration-block-no-duplicate-properties */ }
.dir-rtl .custom-select {
background-position: 0.75rem center; }
/*rtl:raw:
.dropdown-menu {
right: auto;