mediawiki-skins-Citizen/templates/Drawer__button.mustache
alistair3149 a2d3159def
feat(core): replace checkbox hack with details and summary
Note that ToC is still using the old checkbox hack, it will be replaced in a later time.
Related: T333394
2024-05-30 02:20:13 -04:00

13 lines
322 B
Plaintext

{{!
string msg-citizen-drawer-toggle The label used by the drawer button.
}}
<summary
class="citizen-menu__dropdownButton"
title="{{msg-citizen-drawer-toggle}}">
<span class="citizen-ui-icon">
<span></span>
<span></span>
<span></span>
</span>
<span>{{msg-citizen-drawer-toggle}}</span>
</summary>