The fix of T137676 broke the custom toggle display for li elements. Compare the following code:
<p>
<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible-toggle" style="float: none;">This custom toggle displays correctly.</div>
<div class="mw-collapsible-content">This text is collapsed.</div>
</div>
</p><ol>
<li>
<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible-toggle" style="float: none;">This shows a default toggle rather than the custom toggle.</div>
<div class="mw-collapsible-content">This text is collapsed.</div>
</div>
</li>
</ol>Please correct this error or remove the T137676 fix.
Thanks!