display topic select on hover

main
pichalite 9 years ago
parent 9b03f0dfc8
commit 96c7ef69c5

@ -72,6 +72,16 @@
opacity: 1;
}
}
.avatar .select:hover {
.user-img, .user-icon {
opacity: 0;
}
.fa-check {
opacity: 1;
}
}
.tag-list {
display: inline-block;

@ -59,7 +59,7 @@
<!-- IF topics.tags.length --><small>&bull;</small><!-- ENDIF topics.tags.length -->
</span>
<small class="hidden-xs"><span class="timeago" title="{topics.timestampISO}"></span></small>
<small class="hidden-xs"><span class="timeago" title="{topics.timestampISO}"></span> &bull; <a href="<!-- IF topics.user.userslug -->{config.relative_path}/user/{topics.user.userslug}<!-- ELSE -->#<!-- ENDIF topics.user.userslug -->">{topics.user.username}</a></small>
<small class="visible-xs-inline">
<!-- IF topics.teaser.timestamp -->
<span class="timeago" title="{topics.teaser.timestampISO}"></span>

Loading…
Cancel
Save