Skip to content

Commit

Permalink
MDL-83390 message: Fix category collapse icon
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Oct 14, 2024
1 parent fc29add commit 21699dc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@
aria-controls="{{$region}}{{/region}}-target-{{uniqid}}"
>
<span class="collapsed-icon-container">
{{#pix}} t/collapsedcaret, core {{/pix}}
<span class="dir-rtl-hide">{{#pix}} t/collapsed, core {{/pix}}</span>
<span class="dir-ltr-hide">{{#pix}} t/collapsed_rtl, core {{/pix}}</span>
</span>
<span class="expanded-icon-container">
{{#pix}} t/expanded, core {{/pix}}
</span>
<span class="font-weight-bold">{{$title}}{{/title}}</span>
<span class="font-weight-bold ms-1">{{$title}}{{/title}}</span>
<small
class="hidden ms-1"
data-region="section-total-count-container" aria-labelledby="{{$region}}{{/region}}-total-count-label"
Expand Down

0 comments on commit 21699dc

Please sign in to comment.