Merge branch 'MDL-68266-38' of git://github.com/andrewnicols/moodle into MOODLE_38_STABLE

This commit is contained in:
Jun Pataleta
2020-05-05 09:20:46 +08:00
3 changed files with 39 additions and 0 deletions
+15
View File
@@ -25,6 +25,21 @@ body.behat-site {
transition: initial;
position: absolute;
}
.custom-control,
.custom-switch {
padding-left: 0;
}
.custom-control-input {
position: static;
z-index: 0;
opacity: 1;
}
.custom-control-label {
&::before,
&::after {
content: none;
}
}
}
.phpinfo table,
+12
View File
@@ -18002,6 +18002,18 @@ body.behat-site [data-region="drawer"] {
transition: initial;
position: absolute; }
body.behat-site .custom-control,
body.behat-site .custom-switch {
padding-left: 0; }
body.behat-site .custom-control-input {
position: static;
z-index: 0;
opacity: 1; }
body.behat-site .custom-control-label::before, body.behat-site .custom-control-label::after {
content: none; }
.phpinfo table,
.phpinfo th,
.phpinfo h2 {
+12
View File
@@ -18206,6 +18206,18 @@ body.behat-site [data-region="drawer"] {
transition: initial;
position: absolute; }
body.behat-site .custom-control,
body.behat-site .custom-switch {
padding-left: 0; }
body.behat-site .custom-control-input {
position: static;
z-index: 0;
opacity: 1; }
body.behat-site .custom-control-label::before, body.behat-site .custom-control-label::after {
content: none; }
.phpinfo table,
.phpinfo th,
.phpinfo h2 {