mediawiki-skins-Citizen/templates/Drawer__button.mustache

18 lines
525 B
Plaintext
Raw Normal View History

{{!
string msg-citizen-drawer-toggle The label used by the drawer button.
}}
<div class="citizen-drawer__button citizen-header__button">
<div class="citizen-drawer__buttonIcon citizen-header__buttonIcon">
<div></div>
<div></div>
<div></div>
</div>
<label
id="citizen-drawer__buttonCheckbox"
class="mw-checkbox-hack-button citizen-header__buttonCheckbox"
for="citizen-drawer__checkbox"
title="{{msg-citizen-drawer-toggle}}"
2022-05-12 01:32:36 +00:00
aria-hidden="true">
<span>{{msg-citizen-drawer-toggle}}</span>
</label>
</div>