Skip to content

Commit

Permalink
MDL-66676 theme/boost: Fix form select element icon in RTL mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Oct 21, 2019
1 parent aaff669 commit 22ae180
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/bootstrap-rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
}
}

.dir-rtl .custom-select {
background-position: 0.75rem center;
}

/*rtl:raw:
.dropdown-menu {
right: auto;
Expand Down
3 changes: 3 additions & 0 deletions theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 22ae180

Please sign in to comment.