mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
516ef3a1cb
Putting the dropdown content in the details elemenet have been inconsistent. Transition are not working correctly and different browsers are not handling it well. Furthermore, the previous implementation does not allow an always visible state of dropdown content. Fixes: #882
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
{{!
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
|
}}
|
|
<summary
|
|
class="citizen-dropdown-summary"
|
|
title="{{msg-citizen-drawer-toggle}}"
|
|
aria-details="citizen-drawer__card">
|
|
<span class="citizen-ui-icon">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</span>
|
|
<span>{{msg-citizen-drawer-toggle}}</span>
|
|
</summary> |