mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Remove duplicate vector-menu-dropdown
class
This class is already being added via SkinVector::decoratePortletClass so the one in the Menu template can be removed. Bug: T291096 Change-Id: Icb9fa7a1e583ad4ef0138c5bd069aa68598c9b6e
This commit is contained in:
parent
4768a3695d
commit
24dbcd1a1a
|
@ -2,7 +2,7 @@
|
|||
See @typedef MenuDefinition
|
||||
}}
|
||||
{{! `role` is unnecessary but kept to support selectors in any gadgets or user styles. }}
|
||||
<nav id="{{id}}" class="{{#class}}{{.}} {{/class}}{{#is-dropdown}}vector-menu-dropdown{{/is-dropdown}}" aria-labelledby="{{id}}-label" role="navigation" {{{html-tooltip}}}
|
||||
<nav id="{{id}}"{{#class}} class="{{.}}"{{/class}} aria-labelledby="{{id}}-label" role="navigation" {{{html-tooltip}}}
|
||||
{{{html-user-language-attributes}}}>
|
||||
{{#is-dropdown}}
|
||||
<input type="checkbox"
|
||||
|
|
Loading…
Reference in a new issue