mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
a2d3159def
Note that ToC is still using the old checkbox hack, it will be replaced in a later time. Related: T333394
16 lines
411 B
Plaintext
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>
|
|
|