mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-62219-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
bebff35401
1 changed files with 17 additions and 1 deletions
|
@ -216,4 +216,20 @@ $bs4aspacers: map-merge((
|
||||||
.col-xs-#{$i} {
|
.col-xs-#{$i} {
|
||||||
@extend .col-#{$i};
|
@extend .col-#{$i};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[disabled] {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 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…
Add table
Add a link
Reference in a new issue