Use cursor: pointer instead of href="#"

This commit is contained in:
JC Brand 2019-07-24 14:09:01 +02:00
parent d9e0b63683
commit 45e19acfb1
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
}
a.restore-chat {
cursor: pointer;
padding: 1px 0 1px 5px;
color: var(--chat-head-text-color);
line-height: 15px;

View File

@ -1,5 +1,5 @@
<div class="chat-head-{{{o.type}}} chat-head row no-gutters">
<a href="#" class="restore-chat w-100 align-self-center" title="{{{o.tooltip}}}">
<a class="restore-chat w-100 align-self-center" title="{{{o.tooltip}}}">
{[ if (o.num_unread) { ]}
<span class="message-count badge badge-light">{{{o.num_unread}}}</span>
{[ } ]}