MDL-72739 theme_boost: fixed updated edit switch behat

This commit is contained in:
Bas Brands 2021-12-23 09:48:50 +01:00 committed by Sara Arjona
parent c683b69855
commit c218e921d2
5 changed files with 19 additions and 3 deletions

View File

@ -45,7 +45,7 @@
}}{{^checked}}{{!
}} aria-checked="false"{{!
}}{{/checked}}{{!
}} class="custom-control-input z-index-1 w-100"{{!
}} class="custom-control-input"{{!
}} id="{{uniqid}}-editingswitch"{{!
}} data-context="{{{pagecontextid}}}"{{!
}} data-pageurl="{{{pageurl}}}"{{!

View File

@ -33,6 +33,7 @@ body.behat-site {
position: static;
z-index: 0;
opacity: 1;
width: auto;
}
.custom-control-label {
&::before,

View File

@ -19,6 +19,11 @@
}
}
.editmode-switch-form .custom-control-input {
width: 100%;
z-index: 1;
}
.drawer-primary .drawercontent {
padding: 0;

View File

@ -19656,7 +19656,8 @@ body.behat-site .custom-switch {
body.behat-site .custom-control-input {
position: static;
z-index: 0;
opacity: 1; }
opacity: 1;
width: auto; }
body.behat-site .custom-control-label::before, body.behat-site .custom-control-label::after {
content: none; }
@ -21326,6 +21327,10 @@ div.editor_atto_toolbar button .icon {
font-size: 0;
color: transparent; } }
.editmode-switch-form .custom-control-input {
width: 100%;
z-index: 1; }
.drawer-primary .drawercontent {
padding: 0; }
.drawer-primary .drawercontent .list-group {

View File

@ -19602,7 +19602,8 @@ body.behat-site .custom-switch {
body.behat-site .custom-control-input {
position: static;
z-index: 0;
opacity: 1; }
opacity: 1;
width: auto; }
body.behat-site .custom-control-label::before, body.behat-site .custom-control-label::after {
content: none; }
@ -21272,6 +21273,10 @@ div.editor_atto_toolbar button .icon {
font-size: 0;
color: transparent; } }
.editmode-switch-form .custom-control-input {
width: 100%;
z-index: 1; }
.drawer-primary .drawercontent {
padding: 0; }
.drawer-primary .drawercontent .list-group {