Merge branch 'MDL-82251-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE

This commit is contained in:
Huong Nguyen
2024-06-27 10:56:26 +07:00
5 changed files with 6 additions and 15 deletions
+5 -4
View File
@@ -78,10 +78,11 @@
<div class="col-6 categoryinstance">
{{#usescategories}}
<h3>
<span class="movecategory">
{{> core/drag_handle}}</span>{{{nameeditable}}}
<a href="#" data-role="deletecategory" data-id="{{id}}">{{#pix}}
t/delete, core, {{#str}} delete, moodle {{/str}} {{/pix}}</a>
<span class="movecategory icon-size-3">{{> core/drag_handle}}</span>
{{{nameeditable}}}
<a class="icon-size-3" href="#" data-role="deletecategory" data-id="{{id}}">
{{#pix}} t/delete, core, {{#str}} delete, moodle {{/str}} {{/pix}}
</a>
</h3>
{{/usescategories}}
</div>
+1 -1
View File
@@ -56,7 +56,7 @@
{{^ linkeverything }}{{{displayvalue}}}{{/ linkeverything }}
<a href="#" class="quickeditlink aalink" data-inplaceeditablelink="1" title="{{edithint}}">
{{# linkeverything }}{{{displayvalue}}}{{/ linkeverything }}
<span class="quickediticon visibleifjs">
<span class="quickediticon visibleifjs icon-size-3">
{{#editicon}}{{#pix}}{{key}}, {{component}}, {{{title}}}{{/pix}}{{/editicon}}
</span>
</a>
-4
View File
@@ -2040,10 +2040,6 @@ dd:after {
}
}
.quickediticon .icon {
font-size: medium;
}
.quickediticon img {
opacity: 0.2;
}
-3
View File
@@ -25031,9 +25031,6 @@ dd:after {
.inplaceeditable.inplaceeditingon select {
margin-bottom: 0;
}
.inplaceeditable .quickediticon .icon {
font-size: medium;
}
.inplaceeditable .quickediticon img {
opacity: 0.2;
}
-3
View File
@@ -25031,9 +25031,6 @@ dd:after {
.inplaceeditable.inplaceeditingon select {
margin-bottom: 0;
}
.inplaceeditable .quickediticon .icon {
font-size: medium;
}
.inplaceeditable .quickediticon img {
opacity: 0.2;
}