mediawiki-skins-MinervaNeue/includes/skins/history.mustache
Jan Drewniak 51049c0ceb Refactor "last-modified" bar to use flexbox layout.
Brings the last-modified toolbar (links to history page at the bottom
of articles) in line with recent icon changes. Removes the icon
class from the toolbar itself and by employing a flexbox layout,
reducing the amount of CSS required for this toolbar.

Bug: T233172
Change-Id: I27658477aaeed3290aced844caa64fc5e1c34fbd
2019-09-27 00:03:14 +00:00

13 lines
418 B
Plaintext

<div class="last-modified-bar">
<div class="content last-modified-bar__content">
<span class="last-modified-bar__icon {{clockIconClass}}"></span>
<a class="last-modified-bar__text" href="{{href}}"
data-user-name="{{data-user-name}}"
data-user-gender="{{data-user-gender}}"
data-timestamp="{{data-timestamp}}">
<span>{{text}}</span>
</a>
<span class="{{arrowIconClass}}"></span>
</div>
</div>