Commit 45e19acf authored by JC Brand's avatar JC Brand

Use `cursor: pointer` instead of `href="#"`

parent d9e0b636
......@@ -30,6 +30,7 @@
}
a.restore-chat {
cursor: pointer;
padding: 1px 0 1px 5px;
color: var(--chat-head-text-color);
line-height: 15px;
......
<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>
{[ } ]}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment