mediawiki-skins-MinervaNeue/includes/skins/history.mustache
jdlrobson 97c157b8e8 Replace .content class with .post-content on last modified bar
We use `.post-content` which has less side effects.

Change-Id: I40ce9b2c7410c4c361554b5b32d9c1178a59e234
2019-12-05 21:01:23 +00:00

13 lines
423 B
Plaintext

<div class="last-modified-bar">
<div class="post-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>