mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-03 03:37:24 +00:00
7fc6bb0a6a
- Set aria-label to read 'Page tools' in the nav elements Bug: T330326 Change-Id: I99119aebe98b329d6d1f4e2f8c9f37f77692e8ab
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
<div class="vector-column-end">
|
|
<nav class="vector-page-tools-landmark vector-sticky-pinned-container" aria-label="{{msg-vector-page-tools-nav-label}}">
|
|
{{#data-page-tools}}
|
|
{{>PinnableContainer/Pinned/Open}}
|
|
{{! Use `#vector-page-tools-pinned-container .vector-page-tools` to target styles at this element}}
|
|
{{#is-pinned}}{{>PageTools}}{{/is-pinned}}
|
|
{{>PinnableContainer/Close}}
|
|
{{/data-page-tools}}
|
|
</nav>
|
|
</div>
|