mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
ddf8706ae4
This patch results in an expected visual change for the main menu button when the flag is on When comparing with master with the flag off, this patch will still show a 1px difference for the main menu button, as well as user menu and language button. These are not introduced by this patch and are due to the flush classes taking into account the 1px border Change-Id: Id46bc939338d5bbcc3459ab502e1cf8b8f2020b2
21 lines
715 B
Plaintext
21 lines
715 B
Plaintext
<header class="mw-header mw-ui-icon-flush-left mw-ui-icon-flush-right">
|
|
<div class="vector-header-start">
|
|
<label
|
|
id="mw-sidebar-button"
|
|
class="mw-checkbox-hack-button mw-ui-icon mw-ui-button mw-ui-quiet mw-ui-icon-element mw-ui-icon-flush-right"
|
|
for="mw-sidebar-checkbox"
|
|
role="button"
|
|
aria-controls="mw-panel"
|
|
data-event-name="ui.sidebar"
|
|
tabindex="0"
|
|
title="{{msg-vector-main-menu-tooltip}}">
|
|
<span>{{msg-vector-action-toggle-sidebar}}</span>
|
|
</label>
|
|
{{#data-logos}}{{>Logo}}{{/data-logos}}
|
|
</div>
|
|
<div class="vector-header-end">
|
|
{{#data-search-box}}{{>SearchBox}}{{/data-search-box}}
|
|
{{#data-vector-user-links}}{{>UserLinks}}{{/data-vector-user-links}}
|
|
</div>
|
|
</header>
|