mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
MDL-76783 core_courseformat: add bulk-hidden classes
This commit is contained in:
parent
cb85359b14
commit
986ab2b84a
@ -39,7 +39,7 @@
|
||||
}
|
||||
}}
|
||||
{{#showaddsection}}
|
||||
<div class="mdl-left py-2 changenumsections">
|
||||
<div class="mdl-left py-2 changenumsections bulk-hidden">
|
||||
{{#increase}}
|
||||
<a href="{{{url}}}" class="increase-sections">
|
||||
{{#pix}}t/switch_plus, moodle, {{#str}} increasesections, moodle {{/str}}{{/pix}}
|
||||
|
@ -57,7 +57,7 @@
|
||||
}
|
||||
}}
|
||||
{{#editing}}
|
||||
<div class="divider divider-plus" data-action="insert-before-{{activityname}}">
|
||||
<div class="divider divider-plus bulk-hidden" data-action="insert-before-{{activityname}}">
|
||||
{{> core_course/activitychooserbuttonactivity}}
|
||||
</div>
|
||||
{{/editing}}
|
||||
|
@ -85,7 +85,7 @@
|
||||
</div>
|
||||
|
||||
{{#controlmenu}}
|
||||
<div class="activity-actions align-self-start">
|
||||
<div class="activity-actions bulk-hidden align-self-start">
|
||||
{{$ core_courseformat/local/content/cm/controlmenu }}
|
||||
{{> core_courseformat/local/content/cm/controlmenu }}
|
||||
{{/ core_courseformat/local/content/cm/controlmenu }}
|
||||
|
@ -26,7 +26,7 @@
|
||||
}
|
||||
}}
|
||||
{{#hasmenu}}
|
||||
<div class="section_action_menu ml-auto" data-sectionid="{{id}}">
|
||||
<div class="section_action_menu bulk-hidden ml-auto" data-sectionid="{{id}}">
|
||||
{{{menu}}}
|
||||
</div>
|
||||
{{/hasmenu}}
|
||||
|
@ -29,7 +29,7 @@
|
||||
"sectionreturn": 0
|
||||
}
|
||||
}}
|
||||
<button class="btn btn-link text-decoration-none section-modchooser section-modchooser-link activity-add d-flex align-items-center p-3 mb-3"
|
||||
<button class="btn btn-link text-decoration-none section-modchooser section-modchooser-link activity-add bulk-hidden d-flex align-items-center p-3 mb-3"
|
||||
data-action="open-chooser" data-sectionid="{{sectionid}}" data-sectionreturnid="{{sectionreturn}}">
|
||||
<span class="pluscontainer icon-no-margin icon-size-3 d-flex p-2 mr-3">
|
||||
{{#pix}} t/add, core {{/pix}}
|
||||
|
@ -1574,3 +1574,7 @@ $activity-add-hover: theme-color-level('primary', -10) !default;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bulkenabled .bulk-hidden {
|
||||
display: none !important; // stylelint-disable-line declaration-no-important
|
||||
}
|
||||
|
@ -15012,6 +15012,9 @@ span.editinstructions {
|
||||
opacity: 1;
|
||||
visibility: visible; }
|
||||
|
||||
.bulkenabled .bulk-hidden {
|
||||
display: none !important; }
|
||||
|
||||
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||
:target {
|
||||
scroll-margin-top: 70px; }
|
||||
|
@ -15012,6 +15012,9 @@ span.editinstructions {
|
||||
opacity: 1;
|
||||
visibility: visible; }
|
||||
|
||||
.bulkenabled .bulk-hidden {
|
||||
display: none !important; }
|
||||
|
||||
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||
:target {
|
||||
scroll-margin-top: 60px; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user