mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 11:13:34 +00:00
5263b09397
* Adds button hover/focus states to all Minerva button icons * Removes the deprecated mw-ui-icon-before selector Depends-On: I4eb28eae4c4e23d58f1f85bc41c0caf77197d8a1 Bug: T288678 Change-Id: I490534f9f704a733191b459c8ee071848c436001
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
<li class="{{class}}">
|
|
{{#components}}
|
|
<a href="{{href}}" class="{{class}}"
|
|
data-mw="interface" data-event-name="{{data-event-name}}">
|
|
{{#icon}}<span class="mw-ui-icon-{{*}} mw-ui-icon"></span>{{/icon}} <span>{{text}}</span>
|
|
</a>
|
|
{{/components}}
|
|
</li>
|