MDL-82251 customfield: correct field management icon sizes.

This commit is contained in:
Paul Holden 2024-06-20 08:26:49 +01:00
parent 2bf886f9dd
commit 9eab858ea3
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164
5 changed files with 6 additions and 15 deletions

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>

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>

View File

@ -2040,10 +2040,6 @@ dd:after {
}
}
.quickediticon .icon {
font-size: medium;
}
.quickediticon img {
opacity: 0.2;
}

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;
}

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;
}