Merge branch 'MDL-72938-master' of git://github.com/ferranrecio/moodle
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
}}
|
||||
|
||||
{{#iscoursedisplaymultipage}}
|
||||
<h3 class="sectionid-{{id}}-title sectionname"
|
||||
<h3 class="sectionid-{{id}}-title sectionname flex-fill"
|
||||
data-for="section_title" data-id="{{id}}" data-number="{{num}}">
|
||||
{{#url}}
|
||||
<a href="{{{url}}}" class="{{#ishidden}} dimmed_text {{/ishidden}}">{{name}}</a>
|
||||
@@ -42,7 +42,7 @@
|
||||
{{/iscoursedisplaymultipage}}
|
||||
{{^iscoursedisplaymultipage}}
|
||||
{{#sitehome}}
|
||||
<h2 class="sectionid-{{id}}-title sectionname"
|
||||
<h2 class="sectionid-{{id}}-title sectionname flex-fill"
|
||||
data-for="section_title" data-id="{{id}}" data-number="{{num}}">
|
||||
{{#url}}
|
||||
<a href="{{{url}}}" class="{{#ishidden}} dimmed_text {{/ishidden}}">{{name}}</a>
|
||||
@@ -68,7 +68,7 @@
|
||||
{{#pix}} t/collapsedchevron, core {{/pix}}
|
||||
</span>
|
||||
</a>
|
||||
<h3 class="sectionid-{{id}}-title sectionname course-content-item {{^visible}}dimmed{{/visible}}"
|
||||
<h3 class="sectionid-{{id}}-title sectionname course-content-item {{^visible}}dimmed{{/visible}} flex-fill"
|
||||
id="coursecontentsection{{num}}" data-for="section_title" data-id="{{id}}" data-number="{{num}}"
|
||||
data-action="togglecoursecontentsection">
|
||||
{{{title}}}
|
||||
|
||||
@@ -279,9 +279,12 @@ body:not(.editing) .sitetopic ul.section {
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.editing .section .activity:hover,
|
||||
.editing .section .activity.action-menu-shown {
|
||||
background-color: $table-accent-bg;
|
||||
.editing .section {
|
||||
.activity:hover,
|
||||
.activity.action-menu-shown,
|
||||
.sectionname:hover {
|
||||
background-color: $table-accent-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.course-content .current {
|
||||
|
||||
@@ -13820,7 +13820,8 @@ body:not(.editing) .sitetopic ul.section {
|
||||
margin: .5em 0; }
|
||||
|
||||
.editing .section .activity:hover,
|
||||
.editing .section .activity.action-menu-shown {
|
||||
.editing .section .activity.action-menu-shown,
|
||||
.editing .section .sectionname:hover {
|
||||
background-color: rgba(0, 0, 0, 0.03); }
|
||||
|
||||
.course-content .current {
|
||||
|
||||
@@ -13820,7 +13820,8 @@ body:not(.editing) .sitetopic ul.section {
|
||||
margin: .5em 0; }
|
||||
|
||||
.editing .section .activity:hover,
|
||||
.editing .section .activity.action-menu-shown {
|
||||
.editing .section .activity.action-menu-shown,
|
||||
.editing .section .sectionname:hover {
|
||||
background-color: rgba(0, 0, 0, 0.03); }
|
||||
|
||||
.course-content .current {
|
||||
|
||||
Reference in New Issue
Block a user