Rollback #280 as it has issues

This commit is contained in:
the-djmaze 2022-12-23 16:20:54 +01:00
parent 9764c13fdd
commit 27dddd3b1b

View file

@ -17,7 +17,7 @@
<menu class="dropdown-menu right-edge" tabindex="-1" role="menu" aria-labelledby="top-system-dropdown-id">
<!-- ko foreach: accounts -->
<li role="presentation" data-bind="css:{'show-mobile':1==$root.accounts().length}">
<li role="presentation">
<a class="email-title" href="#" data-bind="click: $root.accountClick, text: name || email,
attr: {title: email, 'data-unread': unreadEmails, 'data-icon': $root.accountEmail() === email ? '✔' : '👤'}"></a>
</li>