mediawiki-skins-Citizen/templates/Drawer__button.mustache

13 lines
322 B
Plaintext
Raw Normal View History

{{!
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>