Merge branch 'MDL-68266-38' of git://github.com/andrewnicols/moodle into MOODLE_38_STABLE
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user