mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-18 03:31:34 +00:00
be76f05ebb
Includes icon fixes and removal of some CSS overrides. This causes the following temporary defects to the skin: * Last modified bar will temporarily be squashed * clear search icon will be misaligned vertically Depends-On: Ie811d25595d041c35e6c214190101821f3a5d466 Bug: T229440 Change-Id: I0a3a73421791ad353bbcebaeb8241ad062f67ae4
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
<div class="content last-modified-bar view-border-box footer-element">
|
|
<div class="last-modifier-tagline truncated-text {{clockIconClass}}">
|
|
<span class="{{arrowIconClass}}"></span>
|
|
<a href="{{href}}"
|
|
data-user-name="{{data-user-name}}"
|
|
data-user-gender="{{data-user-gender}}"
|
|
data-timestamp="{{data-timestamp}}">
|
|
<span>{{text}}</span>
|
|
</a>
|
|
</div>
|
|
</div>
|