mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-75669 theme_boost: Fix chrome behat failures after BS5 upgrade
This commit is contained in:
parent
607f921c6b
commit
30dd9da869
4 changed files with 3 additions and 14 deletions
|
@ -283,12 +283,11 @@ echo '</div>';
|
||||||
|
|
||||||
echo '<div id="statusjscontrolsection" class="mb-4">';
|
echo '<div id="statusjscontrolsection" class="mb-4">';
|
||||||
echo "<h3>Status JS controls</h3>";
|
echo "<h3>Status JS controls</h3>";
|
||||||
echo '<div class="mb-2">
|
echo '<div class="mb-2 d-flex gap-2">
|
||||||
<button class="btn btn-secondary" id="setselected">Change selected value</button>
|
<button class="btn btn-secondary" id="setselected">Change selected value</button>
|
||||||
<button class="btn btn-secondary" id="syncbutton">Enable sync</button>
|
<button class="btn btn-secondary" id="syncbutton">Enable sync</button>
|
||||||
<button class="btn btn-secondary" id="updatestatus">Disable update</button>
|
<button class="btn btn-secondary" id="updatestatus">Disable update</button>
|
||||||
<span id="statusvalue"></span>
|
<span id="statusvalue"></span>';
|
||||||
</div>';
|
|
||||||
$choice = new core\output\choicelist('Dialog content');
|
$choice = new core\output\choicelist('Dialog content');
|
||||||
$choice->add_option('option1', 'Option 1', [
|
$choice->add_option('option1', 'Option 1', [
|
||||||
'description' => 'Option 1 description',
|
'description' => 'Option 1 description',
|
||||||
|
@ -312,7 +311,7 @@ $dialog = new core\output\local\dropdown\status(
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
echo $OUTPUT->render($dialog);
|
echo $OUTPUT->render($dialog);
|
||||||
echo '</div>';
|
echo '</div></div>';
|
||||||
|
|
||||||
$inlinejs = <<<EOF
|
$inlinejs = <<<EOF
|
||||||
require(
|
require(
|
||||||
|
|
|
@ -493,10 +493,6 @@
|
||||||
|
|
||||||
.form-check {
|
.form-check {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
.itemselect {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -37900,9 +37900,6 @@ p.arrow_button {
|
||||||
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check {
|
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check .itemselect {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category {
|
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|
|
@ -37906,9 +37906,6 @@ p.arrow_button {
|
||||||
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check {
|
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div .form-check .itemselect {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category {
|
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.category td.column-name div a.toggle-category {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue