mediawiki-skins-MinervaNeue/includes/skins/history.mustache
Jan Drewniak be76f05ebb Prepare for new mw-ui-icon spec for Minerva
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
2019-09-12 18:44:44 +00:00

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>