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 fa77205
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
aria-controls="{{$region}}{{/region}}-target-{{uniqid}}"
>
<span class="collapsed-icon-container">
{{#pix}} t/collapsedcaret, core {{/pix}}
{{#pix}} t/collapsed, core {{/pix}}
</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 fa77205

Please sign in to comment.