mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-66883 theme_boost: behat enable custom switches
This commit is contained in:
parent
dc38af73e6
commit
becd940c6c
@ -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,
|
||||
|
@ -18022,6 +18022,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 {
|
||||
|
@ -18238,6 +18238,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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user