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:
commit
e06a28b539
theme/boost/scss/moodle
8
theme/boost/scss/moodle/bootstrap-rtl.scss
vendored
8
theme/boost/scss/moodle/bootstrap-rtl.scss
vendored
@ -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;
|
||||
}
|
||||
*/
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user