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
|
@ -217,3 +217,19 @@ $bs4aspacers: map-merge((
|
|||
@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