Make sure label text is not selectable

The label text must be enclosed in a span tag in order for it to inherit the rules here: https://gerrit.wikimedia.org/g/mediawiki/core/+/master/resources/src/mediawiki.ui.button/button.less#36

Bug: T296129
Change-Id: I8782a4745704d07fad7ba44c56c476973be90f60
This commit is contained in:
dylsss 2022-03-21 00:01:06 +00:00
parent 0b6905b7e0
commit 78fcf8e1ea
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
data-event-name="ui.sidebar"
tabindex="0"
title="{{msg-vector-main-menu-tooltip}}">
{{msg-vector-action-toggle-sidebar}}
<span>{{msg-vector-action-toggle-sidebar}}</span>
</label>
{{#data-logos}}{{>Logo}}{{/data-logos}}
{{#data-search-box}}{{>SearchBox}}{{/data-search-box}}