mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
952789bc17
- Removes 'mw-ui-icon-with-label-desktop' as that is now the default behavior for icon only buttons in Minerva - Removes icon flushing classes, use codex mixins instead 80 Visual changes relating to minor icon/button subpixel changes in the heading, edit section links, and page actions Bug: T319260 Change-Id: I503b643d33e43196483af4b5f9dd312237322ac8
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
<li class="{{class}}">
|
|
{{#components}}
|
|
<a class="{{class}}"
|
|
{{#array-attributes}}{{key}}="{{value}}"{{/array-attributes}}>
|
|
{{#data-icon}}{{>Icon}}{{/data-icon}}
|
|
<span>{{label}}</span>
|
|
</a>
|
|
{{/components}}
|
|
</li>
|