MDL-66883 theme_boost: behat enable custom switches

This commit is contained in:
Bas Brands 2019-10-09 16:03:11 +02:00
parent dc38af73e6
commit becd940c6c
3 changed files with 39 additions and 0 deletions

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,

View File

@ -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 {

View File

@ -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 {