mediawiki-skins-Citizen/templates/Search__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

16 lines
411 B
Plaintext

{{!
string msg-citizen-search-toggle-shortcut shortcut key message
string msg-citizen-search-toggle tooltip message for search toggle
}}
<summary
class="citizen-menu__dropdownButton"
title="{{msg-citizen-search-toggle}} {{msg-citizen-search-toggle-shortcut}}">
<span class="citizen-ui-icon">
<span></span>
<span></span>
<span></span>
</span>
<span>{{msg-citizen-search-toggle}}</span>
</summary>