Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2a17a61
c7522f8
)
Merge branch 'MDL-62212-master' of git://github.com/bmbrands/moodle
author
Andrew Nicols
<andrew@nicols.co.uk>
Wed, 2 May 2018 00:27:34 +0000
(08:27 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Wed, 2 May 2018 00:27:34 +0000
(08:27 +0800)
1
2
theme/boost/scss/moodle/bs4alphacompat.scss
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
theme/boost/scss/moodle/bs4alphacompat.scss
index
b33631b
,
9bcdc7a
..
02a732c
---
1
/
theme/boost/scss/moodle/bs4alphacompat.scss
---
2
/
theme/boost/scss/moodle/bs4alphacompat.scss
+++ b/
theme/boost/scss/moodle/bs4alphacompat.scss
@@@
-218,10
-218,10
+218,14
@@@
$bs4aspacers: map-merge(
}
}
+input[disabled] {
+ cursor: not-allowed;
+}
+
+ .row-fluid {
+ @include make-row();
+ }
+
// These have been removed in BS4 Stable. Adding in so RTL dropdowns will work.
/*rtl:raw:
.dropdown-menu-right {